浏览代码

审核通过导致状态丢失

Guos 3 周之前
父节点
当前提交
dc765e93f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs-service/src/main/resources/mapper/hisStore/FsStoreScrmMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/hisStore/FsStoreScrmMapper.xml

@@ -353,6 +353,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="qualificationUpdateTime !=null ">qualification_update_time = #{qualificationUpdateTime} , </if>
             <if test="selectableProductTypes !=null and selectableProductTypes !=''"> selectable_product_types = #{selectableProductTypes} ,</if>
             <if test="permStatus !=null ">perm_status = #{permStatus}, </if>
+            <if test="status !=null ">status = #{status}, </if>
         </trim>
         where store_id = #{storeId}
     </update>