|
|
@ -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)) {
|
|
|
|