Compare commits
No commits in common. "ddf60787744b4143c165c82a84e90c5df96c146e" and "8abbc7193a7529398293ef623f7f82d1c21b5f85" have entirely different histories.
ddf6078774
...
8abbc7193a
@ -330,7 +330,7 @@ public class CurrTaskServiceImpl extends BaseService implements CurrTaskService
|
||||
List<InStockInfo> inStockInfoList = inStockInfoServiceBiz.list(new QueryWrapper<InStockInfo>()
|
||||
.eq(InStockInfo.KILN_ID, kilnId)
|
||||
.eq(InStockInfo.TYPE,1)
|
||||
.eq(InStockInfo.STATUS,2)
|
||||
.eq(InStockInfo.STATUS,0)
|
||||
.orderByAsc(InStockInfo.IN_TIME));
|
||||
|
||||
if (inStockInfoList.size()<2){
|
||||
|
Loading…
Reference in New Issue
Block a user