|
@@ -2139,7 +2139,7 @@ public class ApsBlankOrderServiceImpl extends ServiceImpl<ApsBlankOrderDao, ApsB
|
|
|
if (ObjectUtil.isNotEmpty(prolength)) {
|
|
|
outputResult += ("*长" + prolength);
|
|
|
}
|
|
|
- outputResult += ("mm " + apsProcessOutputProductDo.getOutputonerollweigth() + "吨 * " + apsProcessOutputProductDo.getPlanoutputrollcount() + "卷");
|
|
|
+ outputResult += ("mm " + apsProcessOutputProductDo.getOutputonerollweigth() + "吨 * " + apsProcessOutputProductDo.getPlanoutputorderroll() + "卷");
|
|
|
|
|
|
endUpdateOutput.setOutputresult(outputResult);
|
|
|
isNeedUpdateBlank = true;
|