|
@@ -139,7 +139,7 @@ public class ZsyzCommonServiceImpL implements IZsyzCommonService {
|
|
|
ZsyzSbbzb zsyzSbbzb1 = zsyzSbbzbMapper.selectZsyzSbbzbById(zsyzShyj.getXmId());
|
|
|
if (zsyzSbbzb1 != null) {
|
|
|
Long cjdId = zsyzSbbzb1.getCjdId();
|
|
|
- if (!cjdId.equals(SecurityUtils.getDeptId())) {
|
|
|
+ if (!SecurityUtils.getDeptId().equals(cjdId)) {
|
|
|
return AjaxResult.error("您不是当前项目得指定承接地,无法审核");
|
|
|
}
|
|
|
}
|