Commit 9ebaa48e by wutong

扫描SKU到自动周转表时, 不清理停售SKU

parent a13f26c6
...@@ -20,7 +20,7 @@ public class AutoTurnoverPrepareJob implements SimpleJob { ...@@ -20,7 +20,7 @@ public class AutoTurnoverPrepareJob implements SimpleJob {
mapper.supplementPurchaseSku(); mapper.supplementPurchaseSku();
mapper.supplementSkumsSku(); mapper.supplementSkumsSku();
mapper.supplementTransitSku(); mapper.supplementTransitSku();
mapper.deleteStopSellingSku(); // mapper.deleteStopSellingSku();
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
throw new RuntimeException("MYBATIS操作DB失败",e); throw new RuntimeException("MYBATIS操作DB失败",e);
......
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