Commit 77e24cc2 by 徐高华

活碼

parent a3a3ec22
......@@ -981,6 +981,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
if(null == task) {
return ServiceResponse.failure("9999", "无批量活码处理数据") ;
}
taskId = task.getTaskId() ;
HmBatchCountDTO dto = new HmBatchCountDTO() ;
dto.setTaskStatus(task.getStatusFlag());
dto.setTaskId(task.getTaskId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment