no message
parent
2c53dab986
commit
03a69407ea
|
|
@ -153,6 +153,8 @@ public class DefaultAutoAllocator extends DefaultBaseManager implements AutoAllo
|
||||||
hql+=" order by inventory.location.code ";
|
hql+=" order by inventory.location.code ";
|
||||||
}else if(item.getCompany().getId()==3){
|
}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 ";
|
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{
|
}else{
|
||||||
hql+=" order by inventory.itemKeyInventory.itemKey.lotInfo.propC1,inventory.location.code ";
|
hql+=" order by inventory.itemKeyInventory.itemKey.lotInfo.propC1,inventory.location.code ";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue