Commit 17c7602f authored by tianbo's avatar tianbo

个人未查询到产权单位修改

parent 2669b85f
<?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.yeejoin.amos.boot.module.jg.api.mapper.CommonMapper"> <mapper namespace="com.yeejoin.amos.boot.module.jg.api.mapper.CommonMapper">
<select id="getUnitListByType" resultType="java.util.Map">
<select id="getUnitListByType" resultType="java.util.Map"> SELECT use_code useCode,
SELECT use_unit useUnit
use_code useCode, FROM tz_base_enterprise_info
use_unit useUnit WHERE is_delete = '0'
FROM <if test="type != null and type != 'all'">
tz_base_enterprise_info and unit_type LIKE CONCAT('%', #{type}, '%')
WHERE </if>
unit_type LIKE CONCAT('%',#{type},'%') AND is_delete = '0';
</select> </select>
<select id="getSecurityAdmin" resultType="java.util.Map"> <select id="getSecurityAdmin" resultType="java.util.Map">
......
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