Commit 6c41e89c authored by tianyiming's avatar tianyiming

更新96333码

parent 4736896e
......@@ -13,7 +13,7 @@ import org.apache.ibatis.annotations.Param;
*/
public interface CategoryOtherInfoMapper extends BaseMapper<CategoryOtherInfo> {
int updateSupervisorCode(String supervisorCode, String code, String record);
int updateSupervisorCode(String supervisorCode, String code,@Param("record") String record);
CategoryOtherInfo selectSupervisorCode(@Param("supervisorCode") String supervisorCode);
......
......@@ -18,7 +18,7 @@
UPDATE idx_biz_jg_other_info
SET
"RECORE" = #{record}
"RECORD" = #{record}
<if test="supervisorCode != null and supervisorCode != ''">
, "SUPERVISORY_CODE" = #{supervisorCode}
</if>
......@@ -26,7 +26,7 @@
, "CODE96333" = #{code}
</if>
WHERE
"REOCRD" = #{reocrd}
"RECORD" = #{record}
</update>
<select id="selectElevatorCode" resultType="com.yeejoin.amos.boot.module.tzs.api.entity.CategoryOtherInfo">
......@@ -49,6 +49,7 @@
"EQU_CATEGORY" equipCategory,
ibjoi."CODE96333" code,
ibjoi."CLAIM_STATUS" status,
ibjoi."SUPERVISORY_CODE" supervisor,
ibjoi."RECORD"
FROM
idx_biz_jg_other_info ibjoi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment