科室出库补单问题

dev_fifo1.0
anthonywj 1 year ago
parent 9cd21f4c54
commit a60ac30187

@ -218,6 +218,9 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
BasicProductsEntity basicProductsEntity = productsEntities.get(0); BasicProductsEntity basicProductsEntity = productsEntities.get(0);
String mainAction = item.getMainAction(); String mainAction = item.getMainAction();
String thrCode = item.getThrCode(); String thrCode = item.getThrCode();
Long relId = basicProductsEntity.getId(); Long relId = basicProductsEntity.getId();
Integer count; Integer count;
if (ConstantType.TYPE_PUT.equals(mainAction)) { if (ConstantType.TYPE_PUT.equals(mainAction)) {

Loading…
Cancel
Save