Commit cd582243 by wang_jiaxing

日志接口修改

parent 71a79d06
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="org.springblade.founder.log.dao.LogDao"> <mapper namespace="org.springblade.founder.log.dao.LogDao">
<insert id="addGnsyrz"> <insert id="addGnsyrz">
INSERT INTO sys_gnsyrz ( INSERT INTO sys_app_gnsyrz (
rzlsh rzlsh
,fwsj ,fwsj
,yymc_jyqk ,yymc_jyqk
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
</select> </select>
<select id="selectHcslByDjr" resultType="java.lang.Integer"> <select id="selectHcslByDjr" resultType="java.lang.Integer">
select count(1) select count(1)
from sys_gnsyrz from sys_app_gnsyrz
where yymc_jyqk = '0701' where yymc_jyqk in ('0701', '0702', '0703')
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
and czlxdm in ('01', '02') and czlxdm in ('01', '02')
and xxdjry_gmsfhm = #{zjhm,jdbcType=VARCHAR} and xxdjry_gmsfhm = #{zjhm,jdbcType=VARCHAR}
......
...@@ -22,6 +22,7 @@ spring: ...@@ -22,6 +22,7 @@ spring:
multipart: multipart:
max-file-size: 256MB max-file-size: 256MB
max-request-size: 1024MB max-request-size: 1024MB
location: /data/tmp/uploadFile/
mvc: mvc:
throw-exception-if-no-handler-found: true throw-exception-if-no-handler-found: true
resources: resources:
......
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