no message
parent
ceec3df1f8
commit
e7c658b1fa
|
|
@ -2379,7 +2379,7 @@ public class DefaultAutoAllocator extends DefaultBaseManager implements AutoAllo
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
String bsql=" from BillTypeConfig b where b.billType.id="+pt.getBillType().getId();
|
String bsql=" from BillTypeConfig b where b.billType.id="+pt.getBillType().getId();
|
||||||
if(ptd.getNewLotInfo().getPropC9()!=null&&!ptd.getNewLotInfo().getPropC9().equals("")) {
|
if(ptd.getNewLotInfo()!=null&&ptd.getNewLotInfo().getPropC9()!=null&&!ptd.getNewLotInfo().getPropC9().equals("")) {
|
||||||
bsql+=" and b.plantCode='"+ptd.getNewLotInfo().getPropC9()+"'";
|
bsql+=" and b.plantCode='"+ptd.getNewLotInfo().getPropC9()+"'";
|
||||||
}
|
}
|
||||||
List<BillTypeConfig> bts=commonDao.findByQuery(bsql);
|
List<BillTypeConfig> bts=commonDao.findByQuery(bsql);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue