Compare commits
No commits in common. "f41ce2512e10ca24035719fefe8d9d015535c1ad" and "46b7c61056441defc24da3ea8c7bfe998c013802" have entirely different histories.
f41ce2512e
...
46b7c61056
|
@ -2243,12 +2243,6 @@ public class HotWorkApplicationController extends BaseController {
|
|||
pd.put("CREATOR", Jurisdiction.getUSER_ID());
|
||||
pd.put("CORPINFO_ID", Jurisdiction.getCORPINFO_ID()); //企业ID
|
||||
pd = Jurisdiction.getUserDataJurisdiction(pd);
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = hotworkapplicationService.hotworkdatalistPage(page); //列出HotWorkApplication列表
|
||||
Map<String,Integer> hotIdKeyMap = new HashMap<>();
|
||||
|
|
|
@ -937,20 +937,14 @@ public class ListManagerController extends BaseController {
|
|||
pd = this.getPageData();
|
||||
String NAME = "";
|
||||
String KEYWORDS = "";
|
||||
String LEVELID = "";
|
||||
if(Tools.notEmpty(pd.getString("USERNAME"))){
|
||||
NAME = pd.getString("USERNAME");
|
||||
}
|
||||
if(Tools.notEmpty(pd.getString("KEYWORDS"))){
|
||||
}if(Tools.notEmpty(pd.getString("KEYWORDS"))){
|
||||
KEYWORDS = pd.getString("KEYWORDS");
|
||||
}
|
||||
if(Tools.notEmpty(pd.getString("LEVELID"))){
|
||||
LEVELID = pd.getString("LEVELID");
|
||||
}
|
||||
pd = listmanagerService.findById(pd); //根据ID读取
|
||||
pd.put("USERNAME",NAME); //用于清单编辑时查询功能
|
||||
pd.put("KEYWORDS",KEYWORDS);
|
||||
pd.put("LEVELID",LEVELID);
|
||||
List<PageData> varList = listcheckitemService.listAll(pd);
|
||||
for (PageData item : varList) {
|
||||
item.put("RECORDITEM_ID", this.get32UUID()); //主键
|
||||
|
|
|
@ -113,12 +113,6 @@ public class GFBlindBoardController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFblindboardService.list(page); //列出BlindBoard列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -110,12 +110,6 @@ public class GFBreakGroundController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFbreakgroundService.list(page); //列出BreakGround列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -126,12 +126,6 @@ public class GFConfinedSpaceController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFconfinedspaceService.list(page); //列出ConfinedSpace列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -118,12 +118,6 @@ public class GFCutRoadController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFcutroadService.list(page); //列出CutRoad列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -112,12 +112,6 @@ public class GFElectricityController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFelectricityService.list(page); //列出Electricity列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -110,12 +110,6 @@ public class GFHighWorkController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFhighworkService.list(page); //列出HighWork列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -110,12 +110,6 @@ public class GFHoistingController extends BaseController {
|
|||
String DEPT_IDS[] = DEPTIDS.split(",");
|
||||
pd.put("DEPT_IDS", DEPT_IDS);
|
||||
}
|
||||
String STARTTIME = pd.getString("STARTTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(STARTTIME))
|
||||
pd.put("STARTTIME", STARTTIME.trim());
|
||||
String ENDTIME = pd.getString("ENDTIME"); // 关键词检索条件
|
||||
if (Tools.notEmpty(ENDTIME))
|
||||
pd.put("ENDTIME", ENDTIME + " 23:59:59");
|
||||
page.setPd(pd);
|
||||
List<PageData> varList = GFhoistingService.list(page); //列出Hoisting列表
|
||||
map.put("varList", varList);
|
||||
|
|
|
@ -188,9 +188,6 @@
|
|||
chi.CHECK_CONTENT LIKE CONCAT(CONCAT('%', #{KEYWORDS}),'%')
|
||||
)
|
||||
</if>
|
||||
<if test="LEVELID != null and LEVELID != ''"><!-- 风险级别 -->
|
||||
and d5.BIANMA LIKE CONCAT(CONCAT('%', #{LEVELID}),'%')
|
||||
</if>
|
||||
ORDER by un.RISKUNITNAME ,id.PARTSNAME,f.CREATTIME desc
|
||||
-- order by f.LISTMANAGER_ID desc
|
||||
</select>
|
||||
|
|
|
@ -126,9 +126,6 @@
|
|||
<if test="pd.FIRE_POINT_NAME != null and pd.FIRE_POINT_NAME !='' ">
|
||||
and fp.FIRE_POINT_NAME like concat('%',#{pd.FIRE_POINT_NAME},'%')
|
||||
</if>
|
||||
<if test="pd.DEPARTMENTNAME != null and pd.DEPARTMENTNAME !='' ">
|
||||
and d.`NAME` like concat('%',#{pd.DEPARTMENTNAME},'%')
|
||||
</if>
|
||||
ORDER BY
|
||||
fr.FIRE_REGION_ID,fr.CREATTIME,fp.FIRE_POINT_ID,fp.CREATTIME,fd.FIRE_DEVICE_TYPE_ID,fd.CREATTIME, fd.OPERATTIME
|
||||
DESC
|
||||
|
|
|
@ -608,15 +608,6 @@
|
|||
<if test="pd.ACCEPT_USER_ID != null and pd.ACCEPT_USER_ID != ''">
|
||||
and f.ACCEPT_USER_ID = #{pd.ACCEPT_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.CONSTRUCTION_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -617,15 +617,6 @@
|
|||
<if test="pd.ACCEPT_USER_ID != null and pd.ACCEPT_USER_ID != ''">
|
||||
and f.ACCEPT_USER_ID = #{pd.ACCEPT_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.CONSTRUCTION_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -746,15 +746,6 @@
|
|||
<if test="pd.ANALYZE_USER_ID != null and pd.ANALYZE_USER_ID != ''">
|
||||
and f.ANALYZE_USER_ID = #{pd.ANALYZE_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.APPLY_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -629,15 +629,6 @@
|
|||
<if test="pd.ACCEPT_USER_ID != null and pd.ACCEPT_USER_ID != ''">
|
||||
and f.ACCEPT_USER_ID = #{pd.ACCEPT_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.CONSTRUCTION_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -744,15 +744,6 @@
|
|||
<if test="pd.ANALYZE_USER_ID != null and pd.ANALYZE_USER_ID != ''">
|
||||
and f.ANALYZE_USER_ID = #{pd.ANALYZE_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.APPLY_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -641,15 +641,6 @@
|
|||
<if test="pd.ACCEPT_USER_ID != null and pd.ACCEPT_USER_ID != ''">
|
||||
and f.ACCEPT_USER_ID = #{pd.ACCEPT_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.CONSTRUCTION_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -616,15 +616,6 @@
|
|||
<if test="pd.ACCEPT_USER_ID != null and pd.ACCEPT_USER_ID != ''">
|
||||
and f.ACCEPT_USER_ID = #{pd.ACCEPT_USER_ID}
|
||||
</if>
|
||||
<if test="pd.UNIT_LEADER_DEPARTMENT_ID != null and pd.UNIT_LEADER_DEPARTMENT_ID != ''">
|
||||
and f.CONSTRUCTION_DEPARTMENT_ID = #{pd.UNIT_LEADER_DEPARTMENT_ID}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
<choose>
|
||||
<when test='pd.ISMAIN != null and pd.ISMAIN != "" and pd.ISMAIN == "1"'>
|
||||
<if test="pd.DEPT_IDS != null and pd.DEPT_IDS != ''">
|
||||
|
|
|
@ -393,12 +393,6 @@
|
|||
<if test="pd.keyState != null and pd.keyState != ''">
|
||||
and f.STATE = #{pd.keyState}
|
||||
</if>
|
||||
<if test="pd.STARTTIME != null and pd.STARTTIME != ''"><!-- 关键词检索 -->
|
||||
and f.CREATTIME >= #{pd.STARTTIME}
|
||||
</if>
|
||||
<if test="pd.ENDTIME != null and pd.ENDTIME != ''">
|
||||
and f.CREATTIME <= #{pd.ENDTIME}
|
||||
</if>
|
||||
GROUP BY HOTWORKAPPLICATION_ID
|
||||
ORDER BY
|
||||
fu.OPERATTIME DESC <!-- 前台的排序时间查的是hotuser表里的OPERATTIME,起别名叫排序时间 -->
|
||||
|
|
Loading…
Reference in New Issue