浏览代码

no message

FengChaoYu 8 月之前
父节点
当前提交
5f87d35586
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mall-server-api/src/main/resources/mapper/DailyMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/DailyMapper.xml

@@ -110,7 +110,7 @@
         settle_daily_incr_decr_cost sdidc
         where
         company_wechat_id = #{companyWechatId}
-        do_status = #{status}
+        AND do_status = #{status}
         <if test="importBatchNo != '' and importBatchNo != null">
             and import_batch_no = #{importBatchNo}
         </if>