|
|
@@ -162,6 +162,7 @@ public class UserMirrorCommonServiceImpl implements UserMirrorCommonService {
|
|
|
userMirrorShop.setLogo(userMirrorShop.getLogo());
|
|
|
userMirrorShopMapper.updateById(userMirrorShop);
|
|
|
}
|
|
|
+ userMirrorShopApplyRecord.setVerifyStatus(applyReq.getStatus());
|
|
|
userMirrorShopApplyRecord.setReason(applyReq.getReason());
|
|
|
userMirrorShopApplyRecord.setVerifyStatus(applyReq.getStatus());
|
|
|
userMirrorShopApplyRecordMapper.updateById(userMirrorShopApplyRecord);
|