Commit cd582243 by wang_jiaxing

日志接口修改

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