test push

This commit is contained in:
bo.wu@finesys.com.cn 2025-04-10 18:51:51 +08:00
parent f5b32d31c4
commit 0f5cf773ab

View File

@ -3257,7 +3257,7 @@ public class TaskController {
List<WorkStationConfig> list = workStationConfigService.statisticsBoxNumByStation(workStationConfig);
response.setCode(ResponseCode.OK.getCode());
response.setReturnData(list);
response.setMessage("查询大盒子数量成功");
response.setMessage("查询大盒子数量成功!");
return convertJsonString(response);
}
/**