|
@@ -71,7 +71,6 @@ public class YhShopServiceImpl implements YhShopFrontService {
|
|
|
if (user_ds_order < ds_order_limit) {
|
|
if (user_ds_order < ds_order_limit) {
|
|
|
throw BusinessRuntimeException.getInstance("您推广单数不符合开店资格");
|
|
throw BusinessRuntimeException.getInstance("您推广单数不符合开店资格");
|
|
|
}
|
|
}
|
|
|
- //TODO
|
|
|
|
|
try {
|
|
try {
|
|
|
YhShop save = new YhShop();
|
|
YhShop save = new YhShop();
|
|
|
save.setName(name);
|
|
save.setName(name);
|