优化商品成本价的计算逻辑,解决计算查询的bug
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user