Commit 6c41e89c authored by tianyiming's avatar tianyiming

更新96333码

parent 4736896e
...@@ -13,7 +13,7 @@ import org.apache.ibatis.annotations.Param; ...@@ -13,7 +13,7 @@ import org.apache.ibatis.annotations.Param;
*/ */
public interface CategoryOtherInfoMapper extends BaseMapper<CategoryOtherInfo> { 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); CategoryOtherInfo selectSupervisorCode(@Param("supervisorCode") String supervisorCode);
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
UPDATE idx_biz_jg_other_info UPDATE idx_biz_jg_other_info
SET SET
"RECORE" = #{record} "RECORD" = #{record}
<if test="supervisorCode != null and supervisorCode != ''"> <if test="supervisorCode != null and supervisorCode != ''">
, "SUPERVISORY_CODE" = #{supervisorCode} , "SUPERVISORY_CODE" = #{supervisorCode}
</if> </if>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
, "CODE96333" = #{code} , "CODE96333" = #{code}
</if> </if>
WHERE WHERE
"REOCRD" = #{reocrd} "RECORD" = #{record}
</update> </update>
<select id="selectElevatorCode" resultType="com.yeejoin.amos.boot.module.tzs.api.entity.CategoryOtherInfo"> <select id="selectElevatorCode" resultType="com.yeejoin.amos.boot.module.tzs.api.entity.CategoryOtherInfo">
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
"EQU_CATEGORY" equipCategory, "EQU_CATEGORY" equipCategory,
ibjoi."CODE96333" code, ibjoi."CODE96333" code,
ibjoi."CLAIM_STATUS" status, ibjoi."CLAIM_STATUS" status,
ibjoi."SUPERVISORY_CODE" supervisor,
ibjoi."RECORD" ibjoi."RECORD"
FROM FROM
idx_biz_jg_other_info ibjoi 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