Browse Source

feature 代码提交

xiahan 10 months ago
parent
commit
d3702e3204

+ 1 - 1
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsProcessOperationProcessEquDao.xml

@@ -377,7 +377,7 @@
                 <bind name="idLength" value="idList.size()"/>
                 HAVING count(*)>=#{idLength}
             </if>
-            order by c.VALUE,aci.CHECKITEMNAME asc
+            ORDER BY aci.USEDEPTNAME,aci.CHECKITEMNAME,aci.CHECKITEMNAME ASC
         </where>
     </select>
     <select id="checkConflict" resultType="java.lang.String">