瀏覽代碼

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

cgp 3 天之前
父節點
當前提交
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>