FengChaoYu hace 8 meses
padre
commit
5f87d35586
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>