|
@@ -284,8 +284,8 @@ public class CheckItemsServiceImpl extends ServiceImpl<CheckItemsDao, CheckItems
|
|
|
String deviceoutcode = ObjectUtil.isNotEmpty(checkItemsDo.getDeviceoutcode()) ? checkItemsDo.getDeviceoutcode() : "";
|
|
|
//设备名称
|
|
|
String checkitemname = ObjectUtil.isNotEmpty(checkItemsDo.getCheckitemname()) ? checkItemsDo.getCheckitemname() : "";
|
|
|
- //检验日期
|
|
|
- Date devicecheckdate = checkItemsDo.getDevicecheckdate();
|
|
|
+ //下次检验日期
|
|
|
+ Date devicecheckdate = checkItemsDo.getNextcheckdate();
|
|
|
String checkDate = "";
|
|
|
if (ObjectUtil.isNotEmpty(devicecheckdate)) {
|
|
|
checkDate = DateUtil.format(devicecheckdate, "yyyy-MM-dd");
|