Commit 5cb88b85 by liuyang

2024-05-15 设备台账详情优化

parent 01b933a4
......@@ -245,7 +245,7 @@
</isNotEmpty>
</sql>
<select id="resultQuery" parameterClass="java.util.HashMap" resultClass="com.baosight.hggp.hg.sb.domain.HGSB001A">
<select id="resultQuery" parameterClass="HashMap" resultClass="HGSB001A">
SELECT
<include refid="resultColumn"/>
FROM ${hggpSchema}.HGSB004A A
......@@ -256,7 +256,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
A.CREATED_TIME desc, A.ID asc
B.INSPEC_DATE,A.CREATED_TIME desc, A.ID asc
</isEmpty>
</dynamic>
......@@ -279,7 +279,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
A.CREATED_TIME desc, A.ID asc
B.UPKEEP_DATE,A.CREATED_TIME desc, A.ID asc
</isEmpty>
</dynamic>
......
......@@ -315,8 +315,8 @@ function showDetail(id,companyCode,companyName,groupCode,groupName,deviceType,de
JSColorbox.open({
href: url,
title: "<div style='text-align: center;'>设备台账详情</div>",
width: "80%",
height: "80%",
width: "75%",
height: "95%",
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment