|
@@ -1013,8 +1013,8 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
}
|
|
}
|
|
|
|
|
|
PmDemand pmDemandUpdate = new PmDemand();
|
|
PmDemand pmDemandUpdate = new PmDemand();
|
|
- pmDemand.setDemandId(pmDemand.getDemandId());
|
|
|
|
- pmDemand.setHasExpert("1");
|
|
|
|
|
|
+ pmDemandUpdate.setDemandId(pmDemand.getDemandId());
|
|
|
|
+ pmDemandUpdate.setHasExpert("1");
|
|
this.updateById(pmDemandUpdate);
|
|
this.updateById(pmDemandUpdate);
|
|
|
|
|
|
return true;
|
|
return true;
|