Selaa lähdekoodia

合伙人收益管理迁移

liaoyongfei 4 vuotta sitten
vanhempi
commit
69566e47f3

+ 1 - 1
ymall/src/main/java/com/liangjian11/ymall/service/impl/UserRoleServiceImpl.java

@@ -115,7 +115,7 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i
     if (userRole != null && !userRole.getUserRoleStatus().equals(1)) { //不正常页面
       if (type == 1) {
         if (userRole.getUserRoleStatus().equals(98) || userRole.getUserRoleStatus().equals(99))
-          res.sendRedirect(redirectPathSource.getDoctorToBeCertified());
+          res.sendRedirect(redirectPathSource.getPersonalInfo());
         else
           res.sendRedirect(redirectPathSource.getDoctorDeactivation());
       } else if (type == 2) {

+ 2 - 2
ymall/src/main/resources/application-pgdev.properties

@@ -47,8 +47,8 @@ ymall.path.guideFlow= https://mem.360lj.com/ui1/#/h5Flow
 ymall.path.activityhelpPage= https://mem.360lj.com/ui1/#/friendsHelp
 ymall.path.activityIndex= https://mem.360lj.com/ui1/#/myHelp
 ymall.path.signUp= https://mem.360lj.com/uilyf/#/SignUp
-ymall.path.doctorDeactivation= https://mem.360lj.com/uilyf/#/DoctorDeactivation
-ymall.path.doctorToBeCertified= https://mem.360lj.com/uilyf/#/DoctorToBeCertified
+ymall.path.doctorDeactivation= https://mem.360lj.com/uilyf/#/doctorMine
+ymall.path.doctorToBeCertified= https://mem.360lj.com/uilyf/#/doctorFlow
 ymall.path.doctorHome= https://mem.360lj.com/uilyf/#/DoctorHome
 ymall.path.partnerDeactivation= https://mem.360lj.com/uilyf/#/PartnerDeactivation
 ymall.path.partnerToBeCertified= https://mem.360lj.com/uilyf/#/PartnerToBeCertified