Commit 7e1472df authored by 王果's avatar 王果

bug修改:28594

parent 0f541570
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<if test="sort != null"> <if test="sort != null">
ur.${sort.field} ${sort.sortType}, ur.${sort.field} ${sort.sortType},
</if> </if>
ur.rec_date desc ur.create_date DESC, ur.apply_no DESC
</select> </select>
<delete id="deleteHistoryInfoById"> <delete id="deleteHistoryInfoById">
......
...@@ -100,9 +100,9 @@ ...@@ -100,9 +100,9 @@
</where> </where>
order by order by
<if test="sort != null"> <if test="sort != null">
isn.${sort.field} ${sort.sortType}, ur.${sort.field} ${sort.sortType},
</if> </if>
ur.rec_date desc ur.create_date DESC, ur.apply_no DESC
</select> </select>
<select id="getDetail" resultType="java.util.Map"> <select id="getDetail" resultType="java.util.Map">
SELECT jri.EQU_CODE as equCode, SELECT jri.EQU_CODE as equCode,
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<if test="sort != null"> <if test="sort != null">
crt.${sort.field} ${sort.sortType}, crt.${sort.field} ${sort.sortType},
</if> </if>
recDate desc crt.create_date DESC, crt.apply_no DESC
</select> </select>
<select id="queryForFlowingEquipList" resultType="java.lang.String"> <select id="queryForFlowingEquipList" resultType="java.lang.String">
select change_data select change_data
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</foreach> </foreach>
</if> </if>
</where> </where>
order by cru.rec_date desc order by cru.create_date DESC, cru.apply_no DESC
</select> </select>
<select id="queryForFlowingEquipList" resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto"> <select id="queryForFlowingEquipList" resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto">
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<if test="sort != null"> <if test="sort != null">
jed.${sort.field} ${sort.sortType}, jed.${sort.field} ${sort.sortType},
</if> </if>
jed.rec_date desc jed.create_date DESC, jed.apply_no DESC
</select> </select>
<select id="getDetail" resultType="java.util.Map"> <select id="getDetail" resultType="java.util.Map">
SELECT jed.sequence_nbr as sequenceNbr, SELECT jed.sequence_nbr as sequenceNbr,
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<if test="sort != null"> <if test="sort != null">
isn.${sort.field} ${sort.sortType}, isn.${sort.field} ${sort.sortType},
</if> </if>
isn.create_date DESC isn.create_date DESC, isn.apply_no DESC
</select> </select>
<select id="queryEquipInformation" resultType="java.util.Map"> <select id="queryEquipInformation" resultType="java.util.Map">
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<if test="sort != null"> <if test="sort != null">
isn.${sort.field} ${sort.sortType}, isn.${sort.field} ${sort.sortType},
</if> </if>
isn.apply_no DESC isn.create_date DESC, isn.apply_no DESC
</select> </select>
<select id="queryEquipInformation" resultType="java.util.Map"> <select id="queryEquipInformation" resultType="java.util.Map">
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<if test="sort != null"> <if test="sort != null">
tjmc.${sort.field} ${sort.sortType}, tjmc.${sort.field} ${sort.sortType},
</if> </if>
apply_no desc tjmc.create_date DESC, tjmc.apply_no DESC
</select> </select>
<select id="queryBySequenceNbr" <select id="queryBySequenceNbr"
resultType="com.yeejoin.amos.boot.module.jg.api.dto.JgMaintenanceContractDto"> resultType="com.yeejoin.amos.boot.module.jg.api.dto.JgMaintenanceContractDto">
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<if test="sort != null"> <if test="sort != null">
isn.${sort.field} ${sort.sortType}, isn.${sort.field} ${sort.sortType},
</if> </if>
isn.apply_no DESC isn.create_date DESC, isn.apply_no DESC
</select> </select>
<select id="queryEquipInformation" resultType="java.util.Map"> <select id="queryEquipInformation" resultType="java.util.Map">
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<if test="sort != null"> <if test="sort != null">
tjsc.${sort.field} ${sort.sortType}, tjsc.${sort.field} ${sort.sortType},
</if> </if>
tjsc.rec_date desc tjsc.create_date DESC, tjsc.apply_no DESC
</select> </select>
<select id="getDetail" resultType="java.util.Map"> <select id="getDetail" resultType="java.util.Map">
SELECT jri.EQU_CODE as equCode, SELECT jri.EQU_CODE as equCode,
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<if test="sort != null"> <if test="sort != null">
tjtn.${sort.field} ${sort.sortType}, tjtn.${sort.field} ${sort.sortType},
</if> </if>
tjtn.apply_no DESC tjtn.create_date DESC, tjtn.apply_no DESC
</select> </select>
<select id="queryEquipInformation" resultType="java.util.Map"> <select id="queryEquipInformation" resultType="java.util.Map">
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<if test="sort != null"> <if test="sort != null">
ur.${sort.field} ${sort.sortType}, ur.${sort.field} ${sort.sortType},
</if> </if>
ur.reg_date desc, ur.rec_date desc ur.create_date DESC, ur.apply_no DESC
</select> </select>
<select id="getDetail" resultType="java.util.Map"> <select id="getDetail" resultType="java.util.Map">
SELECT SELECT
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<if test="sort != null"> <if test="sort != null">
${sort.field} ${sort.sortType}, ${sort.field} ${sort.sortType},
</if> </if>
apply_no desc tjvi.create_date DESC, tjvi.apply_no DESC
</select> </select>
<sql id="page-list"> <sql id="page-list">
select tjvi.sequence_nbr as sequenceNbr, select tjvi.sequence_nbr as sequenceNbr,
......
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