Преглед изворни кода

//child

release_toaliyun_real
xhxu пре 3 година
родитељ
комит
a5bb253438
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/wxCUserBasicChildMapper.xml Прегледај датотеку

@@ -62,7 +62,7 @@
</select> </select>


<update id="updDelById" parameterType="com.iformall.domain.po.WxCUserBasicChild"> <update id="updDelById" parameterType="com.iformall.domain.po.WxCUserBasicChild">
update wx_c_user_basic_child set del_status = 0 where id = #{id} and tenant_id = #{tenantId}
update wx_c_user_basic_child set del_status = 1 where id = #{id} and tenant_id = #{tenantId}
</update> </update>






Loading…
Откажи
Сачувај