Commit bdddb3a5 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed font issue

parent b3d50785
......@@ -99,7 +99,7 @@ public class ReportServiceImpl extends VatAbstractService implements ReportServi
Map<String, Object> map = new HashMap<>();
map.put("period", period);
map.put("projectId", projectId);
map.put("templateGroupId", templateGroupId);
map.put("templateGroupID", templateGroupId);
List<ReportDto> reportDtos = templateMapper.getTemplateLeftJoinReport(map);
if (reportDtos.isEmpty()) {
......
......@@ -149,7 +149,7 @@
TEMPLATE_CODE
</select>
<select id="getIDsForExceptTemplate" resultType="java.lang.Long">
<select id="getIdsForExceptTemplate" resultType="java.lang.Long">
SELECT
A.ID
FROM
......
This diff is collapsed.
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