Commit 9d8a5dcf authored by sherlock's avatar sherlock

bug 19773\19789

parent 413352a3
......@@ -92,6 +92,7 @@ public class CellTemplateServiceImpl extends AbstractService {
cellTemplate.setComment(cellTemplateConfig.getFormulaDescription());
cellTemplate.setRowName(cellTemplateConfig.getRowName());
cellTemplate.setColumnName(cellTemplateConfig.getColumnName());
cellTemplateMapper.updateByPrimaryKey(cellTemplate);
CellTemplateConfigExample example = new CellTemplateConfigExample();
example.createCriteria().andCellTemplateIdEqualTo(Long.parseLong(cellTemplateConfig.getCellTemplateId()));
List<CellTemplateConfig> cellTemplateConfigs = cellTemplateConfigMapper.selectByExample(example);
......
<div class="admin-home-page">
<div class="center-title" ng-mouseover="open=true" ng-mouseleave="open = false">
<span><h1 translate="WelcomeATMS-Longi"></h1></span>
<div ng-if="hasAdminPermission" class="import-title" ng-show="open"><a ng-click="showUploadModal()" href="#adminHomePage">{{'ImportBasicDataOneTime' |translate}}</a></div>
<!--<div ng-if="hasAdminPermission" class="import-title" ng-show="open"><a ng-click="showUploadModal()" href="#adminHomePage">{{'ImportBasicDataOneTime' |translate}}</a></div>-->
</div>
......
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