|
@@ -3,6 +3,7 @@ package com.yinet.web.controller.rlzy;
|
|
|
import java.util.List;
|
|
|
|
|
|
import com.yinet.common.annotation.Log;
|
|
|
+import com.yinet.common.config.Global;
|
|
|
import com.yinet.common.core.controller.BaseController;
|
|
|
import com.yinet.common.core.domain.AjaxResult;
|
|
|
import com.yinet.common.core.page.TableDataInfo;
|
|
@@ -97,6 +98,7 @@ public class RlzyApplyController extends BaseController
|
|
|
RlzyApply rlzyApply = rlzyApplyService.getById(id);
|
|
|
String nowDate = DateUtils.getDate();
|
|
|
mmap.put("rlzyApply", rlzyApply);
|
|
|
+ mmap.put("year", Global.getCopyrightYear());
|
|
|
mmap.put("date",nowDate);
|
|
|
return prefix + "/edit";
|
|
|
}
|