|
|
@@ -139,6 +139,7 @@ public class YhShopServiceImpl implements YhShopFrontService {
|
|
|
throw BusinessRuntimeException.getInstance("系统繁忙,请重试..");
|
|
|
}
|
|
|
YhShopApplyRecord yhShopApplyRecord = new YhShopApplyRecord();
|
|
|
+ yhShopApplyRecord.setUserId(userId);
|
|
|
yhShopApplyRecord.setName(name);
|
|
|
yhShopApplyRecord.setCustomId(customId);
|
|
|
yhShopApplyRecord.setVerifyStatus(YhShopApplyRecord.Status.verify);
|