Commit b3a823d3 authored by kevin's avatar kevin

#

parent 9f294850
......@@ -243,7 +243,6 @@ public class TemplateController extends BaseController {
}
out = null;
}
if (inputStream != null) {
try {
inputStream.close();
......
......@@ -273,6 +273,8 @@
break;
case enums.formulaDataSourceType.InvoiceFilter:
break;
case enums.formulaDataSourceType.CIT_TBAM:
obj.relSql = sourceData.relSql;
}
if (sourceData.type === 0 && sourceData.dataSourceType === enums.cellDataSourceType.RelatedModel) {
......
......@@ -5,7 +5,7 @@
return {
restrict: 'E',
templateUrl: 'app/cit/report/cit-report-view/cit-report-view.html' + '?_=' + Math.random(),
templateUrl: '/app/cit/report/cit-report-view/cit-report-view.html' + '?_=' + Math.random(),
scope: {
templateId: '=',
reportId: '=',
......
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