|
@@ -2281,6 +2281,7 @@ public class AddRepairBusinessServiceImpl implements AddRepairBusinessService {
|
|
|
|
|
|
private void getoroldata(OrderBase order, List<OrderRepairOperatingLog> orols, ItfTblAssignFkmxDownload fkmx) {
|
|
|
OrderRepairOperatingLog add = new OrderRepairOperatingLog();
|
|
|
+ String scwj=fkmx.getScwj().replace("||",",");
|
|
|
WebsitFWS websitFWS = new WebsitFWS();
|
|
|
add.setWebsitName(order.getWebsitName());
|
|
|
add.setWebsitId(order.getWebsitId());
|
|
@@ -2311,10 +2312,10 @@ public class AddRepairBusinessServiceImpl implements AddRepairBusinessService {
|
|
|
add.setPgid(fkmx.getPgid());
|
|
|
|
|
|
add.setBrandFileName(fkmx.getScid());
|
|
|
- add.setBrandFileId(fkmx.getScwj());
|
|
|
+ // add.setBrandFileId(scwj);
|
|
|
add.setOutZjljProcess(-1);
|
|
|
- if (StringUtils.isNotEmpty(fkmx.getScwj())){
|
|
|
- add.setOutZjlj(fkmx.getScwj());
|
|
|
+ if (StringUtils.isNotEmpty(scwj)){
|
|
|
+ add.setOutZjlj(scwj);
|
|
|
add.setOutZjljProcess(0);
|
|
|
}
|
|
|
|