出入库统计接口

This commit is contained in:
2026-02-02 10:04:14 +08:00
parent 5812fce297
commit e7528a6fde

View File

@@ -592,8 +592,7 @@
FROM rk_record rr FROM rk_record rr
<where> <where>
rr.is_delete = 0 rr.is_delete = 0
AND rr.exec_status = 1 AND rr.exec_status = 1 <!-- 入库 -->
AND rr.biz_type = 0 <!-- 入库 -->
<if test="operationType != null and operationType.size() > 0"> <if test="operationType != null and operationType.size() > 0">
AND rr.operation_type IN AND rr.operation_type IN