处理网格绘制问题
This commit is contained in:
parent
e2040cd2ca
commit
ff5c06ec45
@ -569,7 +569,7 @@ public class GridServiceImpl extends DefaultBaseService implements IGridService
|
|||||||
*/
|
*/
|
||||||
private String getSaveGridCode(String areaCode) {
|
private String getSaveGridCode(String areaCode) {
|
||||||
GridPO areaLastPO = getAreaLastPO(areaCode);
|
GridPO areaLastPO = getAreaLastPO(areaCode);
|
||||||
return areaLastPO == null ? String.format("%s001", areaLastPO.getAreaCode().substring(0, 12)) : String.valueOf(Long.valueOf(areaLastPO.getGridCode()) + 1);
|
return areaLastPO == null ? String.format("%s001", areaCode.substring(0, 12)) : String.valueOf(Long.valueOf(areaLastPO.getGridCode()) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user