Commit 581d8865 by Ren Ping

feat:派工结果cutoff后一次性同步给bean

1 parent 33bcfac4
......@@ -286,7 +286,7 @@ public class ExtractServiceImpl implements ExtractService {
if (cutOff) {
AllotResultParam allotResultParam = new AllotResultParam();
allotResultParam.setRisId(orderInfo.getOrderId());
allotResultParam.setExecutorWorkNo(orderInfo.getEngineerCode());
allotResultParam.setExecutorWorkNo(engineerInfo.getCosmosId());
allotResultParam.setAssistantWorkNo(null);
allotResultParam.setReason("自动派单");
String format = "yyyy-MM-dd HH:mm:ss";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!