|
|
|
@ -1648,4 +1648,20 @@ |
|
|
|
<select id="updateShowInQueryFlag" statementType="CALLABLE"> |
|
|
|
{CALL UpdateShowInQueryFlag(#{site})} |
|
|
|
</select> |
|
|
|
|
|
|
|
<update id="updateChangeItemForReject"> |
|
|
|
update plm_change_item |
|
|
|
set execute_flag = 'N', |
|
|
|
executor = '', |
|
|
|
item_execution_date = null |
|
|
|
where site = #{site} and change_no = #{changeNo} |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="updateChangeCountersignatureItemForReject"> |
|
|
|
update plm_change_countersignature_item |
|
|
|
set execute_flag = 'N', |
|
|
|
executor = '', |
|
|
|
item_execution_date = null |
|
|
|
where site = #{site} and change_no = #{changeNo} |
|
|
|
</update> |
|
|
|
</mapper> |