no message

sdInAndOutDetailRepotr
HUOJIN\92525 2024-08-21 09:58:17 +08:00
parent 2c53dab986
commit 03a69407ea
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ public class DefaultAutoAllocator extends DefaultBaseManager implements AutoAllo
hql+=" order by inventory.location.code ";
}else if(item.getCompany().getId()==3){
hql+=" order by inventory.itemKeyInventory.itemKey.lotInfo.propN1 desc,inventory.itemKeyInventory.itemKey.lotInfo.propLC1 desc,inventory.location.code,inventory.itemKeyInventory.itemKey.lotInfo.propC1 ";
}else if(item.getCompany().getId()==23){
hql+=" order by inventory.location.row ";
}else{
hql+=" order by inventory.itemKeyInventory.itemKey.lotInfo.propC1,inventory.location.code ";
}