wangfei 6 years ago
parent
commit
7fcce9b128

+ 1
- 1
whole-estate/src/main/java/com/example/wholeestate/service/impl/BuildingServiceImpl.java View File

@@ -379,7 +379,7 @@ public class BuildingServiceImpl extends ServiceImpl<BuildingMapper, Building> i
379 379
        Appointment appointment= new Appointment();
380 380
         appointment.setAppointmentId(id);
381 381
         appointment.setWriteoffRemark(writeoffRemark);
382
-        appointment.setStatus(1);
382
+        appointment.setStatus(2);
383 383
 //        new DateTimeLiteralExpression.DateTime()
384 384
 //        appointment.setWriteoffDate(LocalDateTime.now());
385 385
         QueryWrapper<Appointment> AppointmentQueryWrapper = new QueryWrapper<>();