|
@@ -800,7 +800,7 @@ public class AgreementLogic {
|
|
|
if ((user.getHightExamineTime() != null && user.getHightExamineTime().before(DateUtil.offsetMonth( DateUtil.beginOfDay(new Date()),1)))
|
|
|
){
|
|
|
|
|
|
- remark = remark+"高空证"+DateUtil.format(user.getEndTime(),"yyyy-MM-dd");
|
|
|
+ remark = remark+"高空证"+DateUtil.format(user.getHightExamineTime(),"yyyy-MM-dd");
|
|
|
}
|
|
|
|
|
|
|