fix: 初始话管芯数据为空
This commit is contained in:
@@ -1978,6 +1978,12 @@ public class SlitterServiceImpl implements SlitterService {
|
|||||||
plan.setSale_order_name("-");
|
plan.setSale_order_name("-");
|
||||||
plan.setIs_call("0");
|
plan.setIs_call("0");
|
||||||
plan.setIs_paper_ok("1");
|
plan.setIs_paper_ok("1");
|
||||||
|
plan.setFRP_model("");
|
||||||
|
plan.setFRP_material("");
|
||||||
|
plan.setFRP_description("");
|
||||||
|
plan.setPaper_tube_model("");
|
||||||
|
plan.setPaper_tube_material("");
|
||||||
|
plan.setPaper_tube_description("");
|
||||||
// 区分位置创建
|
// 区分位置创建
|
||||||
if (i==0 && ObjectUtil.isNotEmpty(upLeftSizeK)) {
|
if (i==0 && ObjectUtil.isNotEmpty(upLeftSizeK)) {
|
||||||
// 上左
|
// 上左
|
||||||
|
|||||||
Reference in New Issue
Block a user