出入库统计接口
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user