xhxu 3 лет назад
Родитель
Сommit
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>

<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>




Загрузка…
Отмена
Сохранить