分配行数不正确问题

main
FOAM 2025-02-17 17:00:02 +08:00
parent 5dda03150b
commit 594459468e
1 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
+ "left join STOCK s1 on s1.id=loc.stock " + "left join STOCK s1 on s1.id=loc.stock "
+ "left join WAVE_DOC wd on wd.id=t.WAVE_DOC_ID " + "left join WAVE_DOC wd on wd.id=t.WAVE_DOC_ID "
+ "where 1=1 and pt.BILL_TYPE_ID=1094 " + "where 1=1 and pt.BILL_TYPE_ID=1094 "
// + " and pt.code='1100406979B' "
// + "and t.agv_status in (0,-1) " // + "and t.agv_status in (0,-1) "
+ "and wd.code='" + waveDocCode + "and wd.code='" + waveDocCode
+ "' and t.WAVE_DOC_ID is not null"; + "' and t.WAVE_DOC_ID is not null";
@ -220,7 +219,6 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
// 获取当前工单的数量 // 获取当前工单的数量
int currCount = gdPaiXu.hangshu; int currCount = gdPaiXu.hangshu;
// LogPrint("---gdh:"+gdh+" currCount:"+currCount);
// 在touwuliao_map中进行匹配 // 在touwuliao_map中进行匹配
boolean isFind = false; boolean isFind = false;
LogPrint(true, gdPaiXu.gdh+"工单号行数"+gdPaiXu.hangshu+"==="+gdPaiXu.list.size()); LogPrint(true, gdPaiXu.gdh+"工单号行数"+gdPaiXu.hangshu+"==="+gdPaiXu.list.size());