|
@@ -1008,7 +1008,7 @@ public class FabricLossServiceImpl extends ServiceImpl<FabricLossMapper, FabricL
|
|
|
|
|
|
for (FabricMoOrderCK ckItem : outList){
|
|
for (FabricMoOrderCK ckItem : outList){
|
|
Double dOutLeft = ckItem.getIQuantityOut();
|
|
Double dOutLeft = ckItem.getIQuantityOut();
|
|
- if (ckItem.getMODetailsID().equals(item.getMODetailsID())){
|
|
|
|
|
|
+ if (ckItem.getMODetailsID().equals(item.getMODetailsID().toString())){
|
|
for (FabricCommonIn inItem : inList){
|
|
for (FabricCommonIn inItem : inList){
|
|
if (inItem.getInvId().equalsIgnoreCase(ckItem.getInvOutId()) && inItem.getIQuantity()>0){
|
|
if (inItem.getInvId().equalsIgnoreCase(ckItem.getInvOutId()) && inItem.getIQuantity()>0){
|
|
Double dCurSum = inItem.getIQuantity();
|
|
Double dCurSum = inItem.getIQuantity();
|