fix
This commit is contained in:
@@ -211,7 +211,7 @@ public class WxClerkController {
|
|||||||
entity.setClerkId(clerkId);
|
entity.setClerkId(clerkId);
|
||||||
entity.setAddTime(LocalDateTime.now());
|
entity.setAddTime(LocalDateTime.now());
|
||||||
playClerkUserReviewInfoService.create(entity);
|
playClerkUserReviewInfoService.create(entity);
|
||||||
wxCustomMpService.sendClerkApplyNoticeForAdmin(userInfo);
|
wxCustomMpService.sendClerkApplyNoticeForAdmin(entity);
|
||||||
return R.ok("申请成功");
|
return R.ok("申请成功");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ public class WxCustomMpService {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void sendClerkApplyNoticeForAdmin(PlayClerkUserInfoEntity entity) {
|
public void sendClerkApplyNoticeForAdmin(PlayClerkUserReviewInfoEntity entity) {
|
||||||
SysTenantEntity tenant = tenantService.selectSysTenantByTenantId(entity.getTenantId());
|
SysTenantEntity tenant = tenantService.selectSysTenantByTenantId(entity.getTenantId());
|
||||||
String template_id = tenant.getRzsqAdminTemplateId();
|
String template_id = tenant.getRzsqAdminTemplateId();
|
||||||
String tenantKey = tenant.getTenantKey();
|
String tenantKey = tenant.getTenantKey();
|
||||||
|
|||||||
Reference in New Issue
Block a user