浏览代码

提交代码

zyf 2 年之前
父节点
当前提交
92e09f6533
共有 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",