|
|
@@ -549,9 +549,9 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
int y=0;
|
|
|
|
|
|
for (TChangeTaskOut tcto : list) {
|
|
|
- if (tcto.getSplitStatus()==1) {
|
|
|
+ if (tcto.getSplitStatus()==1&&tcto.getType()!=3) {
|
|
|
x+=tcto.getCommodityQuantity();
|
|
|
- }else if (tcto.getSplitStatus()==2) {
|
|
|
+ }else if (tcto.getSplitStatus()==2&&tcto.getType()!=3) {
|
|
|
y+=tcto.getCommodityQuantity();
|
|
|
}
|
|
|
}
|