zoujiajian 2 years ago
parent
commit
ceccea5adb

+ 1 - 0
netflix-service/src/main/java/com/cyksj/service/shop/impl/YhShopServiceImpl.java

@@ -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);