|
@@ -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>
|