|
@@ -813,7 +813,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
//
|
|
|
// }
|
|
|
// }
|
|
|
- String reTime = DateUtil.format(oldInside.getReservationinspectiontime(), "yyyy-MM-dd HH:mm:ss");
|
|
|
+ String reTime = DateUtil.format(oldInside.getReservationinspectiontime(), "yyyy-MM-dd HH:mm");
|
|
|
if(ObjectUtil.isNotNull(reTime)
|
|
|
&& ObjectUtil.isNotNull(updatecolumns.get("RESERVATIONINSPECTIONTIME"))) {
|
|
|
if(!reTime.equals(updatecolumns.get("RESERVATIONINSPECTIONTIME").toString())) {
|