主业务添加代码
This commit is contained in:
parent
22942b5e10
commit
93d8729425
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||||
<mapper namespace="com.czlis.interfaceCommon.mapper.LabResultwarningMapper">
|
<mapper namespace="com.czlis.interfaceCommon.mapper.LabResultwarningMapper">
|
||||||
<select id="getLabResultwarning" resultMap="com.czlis.common.core.domain.entity.lis.LabResultwarning">
|
<select id="getLabResultwarning" resultType="com.czlis.common.core.domain.entity.lis.LabResultwarning">
|
||||||
select *
|
select *
|
||||||
from lab_resultwarning
|
from lab_resultwarning
|
||||||
where jyrq = #{jyrq,jdbcType=TIMESTAMP}
|
where jyrq = #{jyrq,jdbcType=TIMESTAMP}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user