wangchangsheng il y a 1 an
Parent
commit
bc88411cd5

+ 1 - 1
ims-service/ims-eval/src/main/resources/mappers/IndicatorMapper.xml

@@ -195,7 +195,7 @@
             </if>
             and d.option_code in ('JHZ','DBZ','MBZ')
         </where>
-        order by  d.child_code asc
+        order by  dd.key_name,d.child_code asc
     </select>
 
 </mapper>