Browse Source

set标签使用错误

dev_shibei_match
jianjun 5 years ago
parent
commit
5b485c6113
  1. 4
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml

4
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/DraftDao.xml

@ -189,10 +189,10 @@
update draft update draft
<set> <set>
<if test="statusFlag != null and statusFlag!= ''"> <if test="statusFlag != null and statusFlag!= ''">
STATUS_FLAG =#{statusFlag,jdbcType=VARCHAR} STATUS_FLAG =#{statusFlag,jdbcType=VARCHAR},
</if> </if>
<if test="titleAuditStatus != null and titleAuditStatus!= ''"> <if test="titleAuditStatus != null and titleAuditStatus!= ''">
TITLE_AUDIT_STATUS = #{titleAuditStatus,jdbcType=VARCHAR} TITLE_AUDIT_STATUS = #{titleAuditStatus,jdbcType=VARCHAR},
</if> </if>
</set> </set>
where id=#{draftId,jdbcType=VARCHAR} where id=#{draftId,jdbcType=VARCHAR}

Loading…
Cancel
Save