Bläddra i källkod

审核通过导致状态丢失

Guos 3 veckor sedan
förälder
incheckning
dc765e93f4

+ 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="qualificationUpdateTime !=null ">qualification_update_time = #{qualificationUpdateTime} , </if>
             <if test="selectableProductTypes !=null and selectableProductTypes !=''"> selectable_product_types = #{selectableProductTypes} ,</if>
             <if test="selectableProductTypes !=null and selectableProductTypes !=''"> selectable_product_types = #{selectableProductTypes} ,</if>
             <if test="permStatus !=null ">perm_status = #{permStatus}, </if>
             <if test="permStatus !=null ">perm_status = #{permStatus}, </if>
+            <if test="status !=null ">status = #{status}, </if>
         </trim>
         </trim>
         where store_id = #{storeId}
         where store_id = #{storeId}
     </update>
     </update>