Browse Source

no message

FengChaoYu 8 months ago
parent
commit
5f87d35586
1 changed files with 1 additions and 1 deletions
  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>