mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
禅道bug#1508修复
This commit is contained in:
+13
@@ -80,4 +80,17 @@
|
||||
,CONCAT(YEAR(o.create_time), '-', MONTH(o.create_time), '-', DAY(o.create_time)) as date
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
<delete id="physicalDeleteByIds">
|
||||
DELETE FROM purchase_record
|
||||
WHERE organ_id = #{organId}
|
||||
AND id IN
|
||||
<foreach collection="ids"
|
||||
item="id"
|
||||
open="("
|
||||
separator=","
|
||||
close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
</delete>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user