代码提交
This commit is contained in:
@@ -50,7 +50,7 @@ public class CsTouristDataPOServiceImpl extends ServiceImpl<CsTouristDataPOMappe
|
|||||||
csTouristDataPO = new CsTouristDataPO();
|
csTouristDataPO = new CsTouristDataPO();
|
||||||
csTouristDataPO.setDeviceId(temp.getDeviceId());
|
csTouristDataPO.setDeviceId(temp.getDeviceId());
|
||||||
csLedgerQueryWrapper.clear();
|
csLedgerQueryWrapper.clear();
|
||||||
csLedgerQueryWrapper.eq("id",temp.getDeviceId());
|
csLedgerQueryWrapper.eq("id",temp.getDeviceId()).eq("state",1);
|
||||||
CsLedger csLedger = csLedgerMapper.selectOne(csLedgerQueryWrapper);
|
CsLedger csLedger = csLedgerMapper.selectOne(csLedgerQueryWrapper);
|
||||||
String[] split = csLedger.getPids().split(",");
|
String[] split = csLedger.getPids().split(",");
|
||||||
csTouristDataPO.setEnginerId(split[1]);
|
csTouristDataPO.setEnginerId(split[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user