修复bug

This commit is contained in:
2025-08-13 10:58:54 +08:00
parent 79b06a2ed3
commit 5ba6b29075

View File

@@ -271,7 +271,7 @@
</select>
<select id="selectIndustryMaterialListAndNotFinish"
resultMap="IndustryMaterialResult">
select * from industry_material where state!=1 and state!=3 and state!=4 and state!=5
select * from industry_material where state=1 or state=3 or state=4 or state=5
</select>