Browse Source

代码修改提交

wangchangsheng 1 year ago
parent
commit
0e4d028762

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

@@ -78,7 +78,7 @@
             and id.option_code not in ('CZ','CZMAX','CZMIN')
         </where>
 
-        order by oer.organization_id,i.id,id.child_code,id.option_code desc
+        order by oer.organization_id,dd.data_key,i.id,id.child_code,id.option_code desc
 
     </select>
 

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

@@ -75,7 +75,7 @@
 
         </where>
 
-        order by oer.organization_id,i.id desc
+        order by oer.organization_id,dd.data_key,i.id desc
 
     </select>