优化商品成本价的计算逻辑,解决计算查询的bug

This commit is contained in:
jishenghua
2025-06-30 22:08:56 +08:00
parent 30007c1c3d
commit 3b7b13eaee
2 changed files with 3 additions and 2 deletions

View File

@@ -184,7 +184,7 @@
)
</if>
<if test="forceFlag">
and dh.status = '1'
and (dh.status = '1' or dh.status = '2' or dh.status = '3')
</if>
<if test="sku != null and sku !=''">
and di.sku = #{sku}