|
@@ -34,8 +34,8 @@ public class SapUserService extends BaseService {
|
|
@Autowired
|
|
@Autowired
|
|
private SapPersonalService sapPersonalService;
|
|
private SapPersonalService sapPersonalService;
|
|
|
|
|
|
- private static boolean isTestWXSync = true;
|
|
|
|
- private static boolean isTestMobile = true;
|
|
|
|
|
|
+ private static boolean isTestWXSync = false;
|
|
|
|
+ private static boolean isTestMobile = false;
|
|
|
|
|
|
public List<SapUser> getSapUsers() throws Exception {
|
|
public List<SapUser> getSapUsers() throws Exception {
|
|
HttpHeaders headers = getHttpHeaders();
|
|
HttpHeaders headers = getHttpHeaders();
|