修复bug
This commit is contained in:
@@ -382,10 +382,10 @@
|
||||
</foreach>
|
||||
</delete>
|
||||
<delete id="deleteMaterialById" parameterType="String">
|
||||
delete from industry_material where id in
|
||||
<foreach item="id" collection="array" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
delete
|
||||
from industry_material
|
||||
where id = #{id}
|
||||
|
||||
</delete>
|
||||
|
||||
<delete id="deleteIndustryMaterialByState" parameterType="Long">
|
||||
|
||||
Reference in New Issue
Block a user