feat:法大大一期
This commit is contained in:
@@ -3,7 +3,19 @@
|
||||
<mapper namespace="com.cool.store.mapper.SignFranchiseMapper">
|
||||
<update id="updateAuditByShopId">
|
||||
update xfsg_sign_franchise
|
||||
set audit_id = #{auditId}
|
||||
<set>
|
||||
<if test="auditId!=null">
|
||||
audit_id = #{auditId},
|
||||
</if>
|
||||
<if test="dto!=null">
|
||||
<if test="dto.infoConsistencyFlag != null">
|
||||
info_consistency_flag = #{dto.infoConsistencyFlag},
|
||||
</if>
|
||||
<if test="dto.reason != null and dto.reason != ''">
|
||||
reason = #{dto.reason},
|
||||
</if>
|
||||
</if>
|
||||
</set>
|
||||
where shop_id = #{shopId}
|
||||
</update>
|
||||
<update id="dateHandle">
|
||||
|
||||
Reference in New Issue
Block a user