|
@@ -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">
|