主业务添加代码

This commit is contained in:
tangw 2025-09-10 18:49:44 +08:00
parent 22942b5e10
commit 93d8729425

View File

@ -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}