Browse Source

fix:issuanceType没更新

liujunchi 3 years ago
parent
commit
212fc8d7be
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mec-biz/src/main/resources/config/mybatis/SysCouponMapper.xml

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/SysCouponMapper.xml

@@ -106,6 +106,9 @@
 			<if test="useCondition != null">
 				use_condition_ = #{useCondition},
 			</if>
+			<if test="issuanceType != null">
+				issuance_type_ = #{issuanceType},
+			</if>
 				update_time_ = NOW()
 		</set>
 		WHERE id_ = #{id} and tenant_id_ = #{tenantId}