Преглед изворни кода

总后台增加商城处方-未开放数据统计

cgp пре 2 дана
родитељ
комит
da993b27c5
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      fs-service/src/main/resources/mapper/qw/FsCompanyCustomerMapper.xml

+ 6 - 0
fs-service/src/main/resources/mapper/qw/FsCompanyCustomerMapper.xml

@@ -122,6 +122,12 @@
         <if test="kdzlCallStatus != null and kdzlCallStatus != ''">
             and kdzl_call_status = #{kdzlCallStatus}
         </if>
+        <if test="jhmOrderCode != null and jhmOrderCode != ''">
+            and jhm_order_code = #{jhmOrderCode}
+        </if>
+        <if test="jhmCourierNumber != null and jhmCourierNumber != ''">
+            and jhm_courier_number = #{jhmCourierNumber}
+        </if>
         <if test="processStatus != null">
             and process_status = #{processStatus}
         </if>