瀏覽代碼

:sparkles: 根据区县查进出港数据

lag 8 月之前
父節點
當前提交
219ead321c

+ 1 - 1
ghjg-item-datashare-server/src/main/java/com/shanghaichengdi/ghjgitem/service/impl/CommonServiceImpl.java

@@ -108,6 +108,6 @@ public class CommonServiceImpl implements CommonService {
         DateUtils.DATE_FORMAT_11);
     PageHelper.startPage(param.getPageIndex(), param.getPageSize());
     return mapper.selectBoatReportInfoList(param.getReportId(), "",
-        "", param.getShipId(), startTime, endTime, partition, param.getReportNo());
+        param.getDistrict(), param.getShipId(), startTime, endTime, partition, param.getReportNo());
   }
 }

+ 1 - 1
ghjg-item-datashare-server/src/main/resources/mapper/CommonMapper.xml

@@ -203,7 +203,7 @@
       or PRE_PORT_CODE like '31%')
     </if>
     <if test="district != '' and district != null">
-      and p.team = '浦东新区'
+      and p.team = #{district}
     </if>
     <if test="reportId != '' and reportId != null">
       and t.REPORT_ID = #{reportId}