去掉项目中使用的getMaxId逻辑

This commit is contained in:
qiankunpingtai
2019-05-22 16:43:00 +08:00
parent 3a78eb511a
commit 1353f7b09e
8 changed files with 0 additions and 74 deletions

View File

@@ -57,9 +57,6 @@
and ifnull(delete_Flag,'0') !='1'
</select>
<select id="getMaxId" resultType="java.lang.Long">
select max(Id) as Id from jsh_accounthead
</select>
<select id="findAllMoney" resultType="java.math.BigDecimal">
select sum(#{modeName}) as allMoney from jsh_accounthead

View File

@@ -108,9 +108,6 @@
and ifnull(delete_Flag,'0') !='1'
</select>
<select id="getMaxId" resultType="java.lang.Long">
select max(Id) as Id from jsh_depothead
</select>
<select id="findMaterialsListByHeaderId" resultType="java.lang.String">
select group_concat(concat(jsh_material.`Name`,' ',jsh_material.Model)) as mName