|
@ -110,7 +110,6 @@ public class OptDeptMaCodeServiceImpl extends BaseServiceImpl<OptDeptMaCodeDao, |
|
|
public Result createDeptMaCode(String gridId) { |
|
|
public Result createDeptMaCode(String gridId) { |
|
|
OptDeptMaCodeEntity entity = new OptDeptMaCodeEntity(); |
|
|
OptDeptMaCodeEntity entity = new OptDeptMaCodeEntity(); |
|
|
entity.setCodeUrl(this.createMaCode(gridId, MA_FRONT_PAGE_URL)); |
|
|
entity.setCodeUrl(this.createMaCode(gridId, MA_FRONT_PAGE_URL)); |
|
|
this.baseDao.insert(entity); |
|
|
|
|
|
|
|
|
|
|
|
UpdateWrapper<OptDeptMaCodeEntity> wrapper = new UpdateWrapper<>(); |
|
|
UpdateWrapper<OptDeptMaCodeEntity> wrapper = new UpdateWrapper<>(); |
|
|
wrapper.eq(FieldConstant.GRID_ID, gridId); |
|
|
wrapper.eq(FieldConstant.GRID_ID, gridId); |
|
|