主程序

This commit is contained in:
tangw 2025-11-04 14:55:40 +08:00
parent b5c7dc5775
commit 66a77505bf

View File

@ -128,8 +128,4 @@
select * from lab_result_bk select * from lab_result_bk
where jyrq = #{jyrq} and yq = #{yq} and ybh = #{ybh} where jyrq = #{jyrq} and yq = #{yq} and ybh = #{ybh}
</select> </select>
<select id="getLabResultBk" resultType="com.czlis.common.core.domain.entity.lis.LabResultBk">
select * from lab_result_bk
where jyrq = #{jyrq} and yq = #{yq} and ybh = #{ybh}
</select>
</mapper> </mapper>