|
@@ -283,6 +283,7 @@ public class UserLogic {
|
|
|
*
|
|
*
|
|
|
* @param user
|
|
* @param user
|
|
|
*/
|
|
*/
|
|
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
|
public void userTypeInit(User user) {
|
|
public void userTypeInit(User user) {
|
|
|
String mobile = user.getMobile();
|
|
String mobile = user.getMobile();
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat();
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat();
|