Commit 66e1659c authored by tangwei's avatar tangwei

修改电站状态

parent 6ceb65a1
......@@ -330,6 +330,7 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD
powerStationService.savePowerStation(powerStation, true,powerStation.getOwnersName(),"");
//
peasantHousehold.setConstructionState(ArrivalStateeEnum.勘察中.getCode());
LambdaUpdateWrapper<PeasantHousehold> up =new LambdaUpdateWrapper<>();
up.set(PeasantHousehold::getConstructionState, ArrivalStateeEnum.勘察中.getCode());
long idsk= peasantHousehold.getSequenceNbr();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment