|
|
@ -1274,6 +1274,7 @@ public class AsBusrepairBillService extends MybatisBaseService<AsBusrepairBillMa |
|
|
|
if (asBusrepairBill.getNodeCode() > 4) { |
|
|
|
return rb.setMsg("当前已完成竣工环节,无需提交"); |
|
|
|
} |
|
|
|
} |
|
|
|
String customerSid = dto.getCustomerSid(); |
|
|
|
CrmCustomer customerTemp = yxtCrmCustomerTempFeign.fetchEntity(customerSid).getData(); |
|
|
|
if (null != customerTemp) { |
|
|
@ -1316,7 +1317,6 @@ public class AsBusrepairBillService extends MybatisBaseService<AsBusrepairBillMa |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
ResultBean<String> resultBean = saveBill(dto); |
|
|
|
if (resultBean.getSuccess()) { |
|
|
|
String sid = resultBean.getData(); |
|
|
|