ソースを参照

委托查询,在查询时根据委托单位名称、委托变化排序(前端合并单元格)

丁治程 1 年間 前
コミット
761bcf9980
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      itdmServer/module-iTDM/src/main/java/org/jeecg/modules/weituochaxun/mapper/xml/ItdmWeituochaxunMapper.xml

+ 1 - 0
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/weituochaxun/mapper/xml/ItdmWeituochaxunMapper.xml

@@ -24,6 +24,7 @@
                 and iwi.shenhe_status=#{vo.shenheStatus}
             </if>
         </where>
+        order by weituo_client,weituo_no
     </select>
 
 </mapper>