|
|
@@ -17,6 +17,7 @@ import com.mokamrp.privates.mapper.pojo.Corp;
|
|
|
import com.mokamrp.privates.mapper.pojo.User;
|
|
|
import com.mokamrp.privates.service.CorpService;
|
|
|
import com.mokamrp.privates.service.pangu.*;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.validation.BindingResult;
|
|
|
@@ -40,6 +41,7 @@ import java.util.stream.Collectors;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/pangu/fosterwxMobile")
|
|
|
+@Slf4j
|
|
|
public class FosterwxMobileController extends BaseController<FosterwxMobile> {
|
|
|
|
|
|
@Autowired
|
|
|
@@ -196,6 +198,7 @@ public class FosterwxMobileController extends BaseController<FosterwxMobile> {
|
|
|
// 更新个微池个微二维码及企微appid
|
|
|
FosterwxMobile finalFosterwxMobile = fosterwxMobile;
|
|
|
Corp corp = corpService.getById(fosterwxMobile.getWorkWxCorpId());
|
|
|
+ log.info("企微主体idL{},详情:{}", fosterwxMobile.getWorkWxCorpId(), corp);
|
|
|
if (null != corp) {
|
|
|
fosterwxMobilePoolService.update(new FosterwxMobilePool() {{
|
|
|
setCodeUrl(finalFosterwxMobile.getCodeUrl());
|