|
|
|
@ -38,6 +38,13 @@ public class GetCurrentShopMoveSettingService extends SPIBaseService implements
|
|
|
|
|
if(moveShopSettings==null){
|
|
|
|
|
MoveShopSetting moveShopSettings2 = new MoveShopSetting();
|
|
|
|
|
moveShopSettings2.setShopId(shopId);
|
|
|
|
|
moveShopSettings2.setMoveOnsaleType(1);
|
|
|
|
|
moveShopSettings2.setNoConsignPriceType(0);
|
|
|
|
|
moveShopSettings2.setPriceTail(0);
|
|
|
|
|
moveShopSettings2.setPriceDecimal("clearFen");
|
|
|
|
|
moveShopSettings2.setDeliveryDelayDay(24);
|
|
|
|
|
moveShopSettings2.setReduceType(1);
|
|
|
|
|
moveShopSettings2.setSupply7dayReturn(2);
|
|
|
|
|
moveShopSettingService.insertSelective(moveShopSettings2);
|
|
|
|
|
moveShopSettings = moveShopSettingService.getDetailByShopId(shopId);
|
|
|
|
|
}
|
|
|
|
|