|
@@ -77,9 +77,9 @@
|
|
|
<update id="updateApprovalStatusByTableName" parameterType="string">
|
|
|
update {DBNAME}.${tableName}
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
- <if test="approvalState != null">approval_state = #{approvalState},</if>
|
|
|
+ <if test="approvalState != null">data_approval_status = #{approvalState},</if>
|
|
|
</trim>
|
|
|
- where #{where}
|
|
|
+ where ${where}
|
|
|
</update>
|
|
|
|
|
|
<delete id="deleteBpmApprovalStatusById" parameterType="Long">
|