소스 검색

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU1/DAL-TMS-TRUCK-API

luobang 2 년 전
부모
커밋
1df171663a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

+ 1 - 0
src/main/resources/com/steerinfo/dil/mapper/StatisticalReportMapper.xml

@@ -1283,6 +1283,7 @@
     <select id="getCapacityByDefend" resultType="java.util.Map" parameterType="java.util.Map">
         select distinct * from(
         select rc.CAPACITY_NUMBER "capacityNumber",
+        rc.CAPACITY_TEL "capacityTel",
         oo.ORDER_NUMBER "orderNumber",
         ter.RESULT_ENTRY_GATE_TIME "resultEntryGateTime",
         rg1.GATEPOST_NAME "gatepostName1",