|  |  |  | 
|---|
|  |  |  | import com.matrix.system.common.tools.ResponseHeadUtil; | 
|---|
|  |  |  | import com.matrix.system.hive.action.util.QueryUtil; | 
|---|
|  |  |  | import com.matrix.system.hive.bean.SysCheckInfo; | 
|---|
|  |  |  | import com.matrix.system.hive.plugin.util.DateUtils; | 
|---|
|  |  |  | import com.matrix.core.tools.DateUtil; | 
|---|
|  |  |  | import com.matrix.system.hive.service.CodeService; | 
|---|
|  |  |  | import com.matrix.system.hive.service.SysCheckDetailService; | 
|---|
|  |  |  | import com.matrix.system.hive.service.SysCheckInfoService; | 
|---|
|  |  |  | 
|---|
|  |  |  | temp.add(item.getCheckType()); | 
|---|
|  |  |  | temp.add(item.getCheckNo()); | 
|---|
|  |  |  | //时间转为字符串 | 
|---|
|  |  |  | String strDate = DateUtils.dateToString(item.getCheckDate(), DateUtils.DATE_FORMAT_DD); | 
|---|
|  |  |  | String strDate = DateUtil.dateToString(item.getCheckDate(), DateUtil.DATE_FORMAT_DD); | 
|---|
|  |  |  | temp.add(strDate); | 
|---|
|  |  |  | temp.add(item.getMakingManName()); | 
|---|
|  |  |  | temp.add(item.getAppManName()); | 
|---|