fix
This commit is contained in:
parent
22d597c36b
commit
a4da7a6ebe
@ -602,7 +602,9 @@
|
||||
</select>
|
||||
|
||||
<update id="batchDeleteByResultRecordIds">
|
||||
update lz_result_record set is_delete = 1 where
|
||||
update lz_result_record set is_delete = 1
|
||||
,gmt_modified = now()
|
||||
where
|
||||
is_delete = 0
|
||||
and id in (
|
||||
<foreach collection="resultRecordIds" item="id" separator=",">
|
||||
|
||||
@ -285,7 +285,7 @@
|
||||
|
||||
<update id="batchDeleteByRecordIds">
|
||||
UPDATE lz_flow_record
|
||||
SET is_delete = 1,
|
||||
SET is_delete = 1
|
||||
,gmt_modified = now()
|
||||
where is_delete = 0
|
||||
and record_id in (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user