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

bug修改:28594

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