|
@@ -22,7 +22,6 @@ import com.tianhu.common.redis.common.RedisUtils;
|
|
|
import com.tianhu.common.redis.domain.SysDictData;
|
|
|
import com.tianhu.common.security.annotation.PreAuthorize;
|
|
|
import com.tianhu.common.security.service.TokenService;
|
|
|
-import com.tianhu.system.api.RemoteCommonService;
|
|
|
import com.tianhu.system.api.RemoteSystemService;
|
|
|
import com.tianhu.system.api.model.LoginUser;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -45,8 +44,8 @@ import java.util.regex.Pattern;
|
|
|
@RequestMapping("/rel")
|
|
|
public class OwnCompanyRelController extends BaseController
|
|
|
{
|
|
|
- @Autowired
|
|
|
- private RemoteSystemService remoteSystemService;
|
|
|
+// @Autowired
|
|
|
+// private RemoteSystemService remoteSystemService;
|
|
|
|
|
|
@Autowired
|
|
|
private IMessageUtilsService iMessageUtilsService;
|
|
@@ -442,11 +441,11 @@ public class OwnCompanyRelController extends BaseController
|
|
|
longs.add(use);
|
|
|
//接收方为核心企业时,发送待办
|
|
|
if(CONFIRM_STATE.equals(scyType)){
|
|
|
- remoteSystemService.sendNotice(scyId, scrId,"","00","","01","0",longs);
|
|
|
+// remoteSystemService.sendNotice(scyId, scrId,"","00","","01","0",longs);
|
|
|
}
|
|
|
//接收方为供应商时,发送消息
|
|
|
if(REFUSE_STATE.equals(scyType)){
|
|
|
- remoteSystemService.sendNotice(scyId, scrId,"","00","","01","0",longs);
|
|
|
+// remoteSystemService.sendNotice(scyId, scrId,"","00","","01","0",longs);
|
|
|
}
|
|
|
} else {
|
|
|
//新增链属公司信息
|