Commit fcdbef3a by huluobin

# 更新

parent 62e730c3
......@@ -3149,6 +3149,8 @@
platform_type = 'FBA')
and platform_order_type != '手工单'
) sales_table
</select>
<select id="getSalesVolumeWeekDTO" resultType="com.bailuntec.domain.dto.SalesVolumeWeekDTO">
......
......@@ -259,7 +259,7 @@ public class AutoTurnoverTest {
public void testXX2() {
DcBaseStock dcBaseStock = SessionUtil.getSession().getMapper(DcBaseStockMapper.class)
.selectOneByExample(DcBaseStockExample.newAndCreateCriteria()
.andBailunSkuEqualTo("951030904")
.andBailunSkuEqualTo("942967401")
.andWarehouseCodeEqualTo("GZBLWH")
.example());
try {
......
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