Commit bad60f7b by wilse

过滤仓库

parent f194d294
......@@ -57,7 +57,7 @@ public interface DcInventoryBalanceMapper {
* @param lastDay
* @return
*/
@Select("select sum(balance_rmb) from dc_inventory_balance where statistical_time = #{lastDay} and hq_type<>'FBA仓' and hq_type<>'耗材仓' and is_transfer=0")
@Select("select sum(balance_rmb) from dc_inventory_balance where statistical_time = #{lastDay} and hq_type<>'FBA仓' and hq_type<>'耗材仓' and is_transfer=0 and warehouse_code not in ('BLDYYMS','BLRUIYUN','BLTEST')")
BigDecimal getNotFbaInventoryAmountSum(@Param("lastDay")Date lastDay);
@Select("select sum(balance_rmb) from dc_inventory_balance where statistical_time = #{lastDay} and hq_type<>'FBA仓' and hq_type = '耗材仓' and is_transfer=0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment