修复bug
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user