Browse Source

【CHG】修改查询参数

zhaomn 2 years ago
parent
commit
7979d8d532

+ 4 - 0
railway-business/src/main/java/com/railway/business/bi/service/impl/DetailServiceImpl.java

@@ -26,6 +26,7 @@ public class DetailServiceImpl implements IDetailService {
    */
   @Override
   public ChartMsgVO getChartJxdxqkbyDetail() {
+    //TODO
     ChartMsgVO chartMsg = new ChartMsgVO();
     chartMsg.setByywc(4);
     chartMsg.setBywwc(3);
@@ -46,6 +47,7 @@ public class DetailServiceImpl implements IDetailService {
    */
   @Override
   public ChartMsgVO getChartDlydtsbyDetail() {
+    //TODO
     ChartMsgVO chartMsg = new ChartMsgVO();
     chartMsg.setByywc(4);
     chartMsg.setBywwc(8);
@@ -71,6 +73,7 @@ public class DetailServiceImpl implements IDetailService {
    */
   @Override
   public ChartMsgVO getChartDlsdxlbyDetail() {
+    //TODO
     ChartMsgVO chartMsg = new ChartMsgVO();
     chartMsg.setByywc(0);
     chartMsg.setBywwc(7);
@@ -95,6 +98,7 @@ public class DetailServiceImpl implements IDetailService {
    */
   @Override
   public ChartMsgVO getChartDlbpdsbyDetail() {
+    //TODO
     ChartMsgVO chartMsg = new ChartMsgVO();
     chartMsg.setByywc(0);
     chartMsg.setBywwc(4);

+ 1 - 0
railway-business/src/main/resources/mapper/bi/ShowBdycMapper.xml

@@ -277,6 +277,7 @@
           from show_bdyc
           where del_flag = '0'
             <!-- and found_date = #{date} -->
+            and rectify_result='未处理'
             and file_id =
                 (select max(id) from show_file where data_type = 'yctj' and imp_result = '1')
             and sjgq is not null) x

+ 1 - 0
railway-business/src/main/resources/mapper/bi/ShowDlycMapper.xml

@@ -265,6 +265,7 @@
           from show_dlyc
           where del_flag = '0'
             <!-- and found_date = #{date} -->
+            and rectify_result='未处理'
             and file_id =
                 (select max(id) from show_file where data_type = 'yctj' and imp_result = '1')
             and ssgq is not null) x