Преглед на файлове

审核通过导致状态丢失

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>