|
@@ -349,7 +349,10 @@ public class CanteenDiningRecordController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- map.put("createTime",sdf.format(canteenDiningRecord.getCreateTime()));
|
|
|
|
|
|
+ if(canteenDiningRecord.getRecordTime()!=null) {
|
|
|
|
+ map.put("recordTime", sdf.format(canteenDiningRecord.getRecordTime()));
|
|
|
|
+ }
|
|
|
|
+
|
|
map.put("categoryAmount",canteenDiningRecord.getCategoryAmount());
|
|
map.put("categoryAmount",canteenDiningRecord.getCategoryAmount());
|
|
map.put("address",canteenDiningRecord.getAddress());
|
|
map.put("address",canteenDiningRecord.getAddress());
|
|
map.put("personName",personName);
|
|
map.put("personName",personName);
|