|
@@ -808,6 +808,6 @@ public class OrderBaseLogic {
|
|
pgOrderWorkerService.saveBatch(orderWorkerList);
|
|
pgOrderWorkerService.saveBatch(orderWorkerList);
|
|
}
|
|
}
|
|
|
|
|
|
- orderLogLogic.addLog(orderBaseId, "更换小工", joinSlaveStr.toString(), pgOrderBase.getWebsitName());
|
|
|
|
|
|
+ orderLogLogic.addLog(orderBaseId, "更换小工", StringUtils.isBlank(joinSlaveStr.toString()) ? "未选小工" : joinSlaveStr.toString(), pgOrderBase.getWebsitName());
|
|
}
|
|
}
|
|
}
|
|
}
|