|
|
@ -151,7 +151,13 @@ public class BaseGridDailyworkServiceImpl extends BaseServiceImpl<BaseGridDailyw |
|
|
|
entity.setKeyAreaType(StrConstant.EPMETY_STR); |
|
|
|
entity.setRegionScale(StrConstant.EPMETY_STR); |
|
|
|
entity.setIsKeyareaState(StrConstant.EPMETY_STR); |
|
|
|
entity.setIsKeyPeopleLocate(NumConstant.ONE == record.getIsKeyPeopleLocate()?"Y":"N"); |
|
|
|
|
|
|
|
|
|
|
|
Integer isKeyPeopleLocate = record.getIsKeyPeopleLocate(); |
|
|
|
if (isKeyPeopleLocate != null){ |
|
|
|
entity.setIsKeyPeopleLocate(NumConstant.ONE == isKeyPeopleLocate ?"Y":"N"); |
|
|
|
} |
|
|
|
|
|
|
|
entity.setKeyPeopleStatus(record.getKeyPeopleStatus()); |
|
|
|
entity.setHappenPlace(record.getAddress()); |
|
|
|
entity.setLng(record.getLongitude()); |
|
|
|