Compare commits
2 Commits
4ddc661987
...
591b6d537f
| Author | SHA1 | Date | |
|---|---|---|---|
| 591b6d537f | |||
| 928fe4d9bc |
@@ -4,7 +4,7 @@
|
|||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.zhyc.module.produce.breed.mapper.ScWeanRecordMapper">
|
<mapper namespace="com.zhyc.module.produce.breed.mapper.ScWeanRecordMapper">
|
||||||
|
|
||||||
<resultMap type="ScWeanRecord" id="ScWeanRecordResult">
|
<resultMap type="com.zhyc.module.produce.breed.domain.ScWeanRecord" id="ScWeanRecordResult">
|
||||||
<result property="id" column="id" />
|
<result property="id" column="id" />
|
||||||
<result property="sheepId" column="sheep_id" />
|
<result property="sheepId" column="sheep_id" />
|
||||||
<result property="datetime" column="datetime" />
|
<result property="datetime" column="datetime" />
|
||||||
@@ -94,13 +94,6 @@
|
|||||||
order by wr.create_time desc
|
order by wr.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="searchEarNumbers" resultType="String">
|
|
||||||
SELECT DISTINCT bs_manage_tags
|
|
||||||
FROM sheep_file
|
|
||||||
WHERE bs_manage_tags LIKE CONCAT('%', #{query}, '%')
|
|
||||||
AND is_delete = 0
|
|
||||||
LIMIT 20
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<select id="selectScWeanRecordById" parameterType="Long" resultMap="ScWeanRecordResult">
|
<select id="selectScWeanRecordById" parameterType="Long" resultMap="ScWeanRecordResult">
|
||||||
<include refid="selectScWeanRecordVo"/>
|
<include refid="selectScWeanRecordVo"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user