Browse Source

敏感词

master
陈裕财 3 years ago
parent
commit
991f49eea8
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

2
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskMapper.xml

@ -398,6 +398,8 @@
<update id="updateSomeFieldByPkAfterPaySuccess" parameterType="com.xm.core.entity.XmTask"> <update id="updateSomeFieldByPkAfterPaySuccess" parameterType="com.xm.core.entity.XmTask">
update xm_task update xm_task
<set> <set>
<if test="oshare != null and oshare != ''"> oshare = #{oshare}, </if>
<if test="shareFee != null and shareFee != ''"> share_fee = #{shareFee}, </if>
<if test="hot != null and hot != ''"> hot = #{hot}, </if> <if test="hot != null and hot != ''"> hot = #{hot}, </if>
<if test="top != null and top != ''"> top = #{top}, </if> <if test="top != null and top != ''"> top = #{top}, </if>
<if test="urgent != null and urgent != ''"> urgent = #{urgent}, </if> <if test="urgent != null and urgent != ''"> urgent = #{urgent}, </if>

Loading…
Cancel
Save