|
|
@@ -846,6 +846,8 @@ public class StaffService extends BaseService<Staff> {
|
|
|
dic.put("dataKindList", commonMapper.getDataKind(param));
|
|
|
dic.put("settingValue", allSettingValue);
|
|
|
dic.put("staff", staff);
|
|
|
+ // 判断是否到期 返回服务器的时间
|
|
|
+ dic.put("nowDate", LocalDate.now());
|
|
|
return ResponseResultUtil.success(dic);
|
|
|
}
|
|
|
|