|
|
@@ -116,6 +116,7 @@ public class SmsLotCustomerController extends JeecgController<SmsLotCustomerData
|
|
|
map.putAll(stringObjectMap);
|
|
|
}
|
|
|
map.put("taskId",byId.getTaskId());
|
|
|
+ map.put("checkState",byId.getCheckState());
|
|
|
map.put("history",list);
|
|
|
if (smsCheckCustomerData == null) {
|
|
|
return Result.error("未找到对应数据");
|