|
|
@ -1,6 +1,11 @@ |
|
|
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
<!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="com.hxgk.lowcode.mapper.UserMapper"> |
|
|
<mapper namespace="com.hxgk.lowcode.mapper.UserMapper"> |
|
|
|
|
|
<cache eviction="LRU" |
|
|
|
|
|
flushInterval="60000" |
|
|
|
|
|
size="512" |
|
|
|
|
|
readOnly="true" |
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getManContById" resultType="com.hxgk.lowcode.model.entity.ManCont"> |
|
|
<select id="getManContById" resultType="com.hxgk.lowcode.model.entity.ManCont"> |
|
|
|