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