Commit 307c890b authored by 罗贤顺's avatar 罗贤顺

修复问题

parent cc4f5263
...@@ -5,4 +5,10 @@ ...@@ -5,4 +5,10 @@
<select id="getList" resultType="cn.wise.sc.acquisition.business.entity.TSampleLaboratorysheet"> <select id="getList" resultType="cn.wise.sc.acquisition.business.entity.TSampleLaboratorysheet">
select * from T_Sample_LaboratorySheet select * from T_Sample_LaboratorySheet
</select> </select>
<select id="pageByYhOrSysj" resultType="cn.wise.sc.acquisition.business.entity.TSampleLaboratorysheet">
select a.* from T_Sample_LaboratorySheet a
where
a.Yh=#{param.Yh}
or a.Sysj= #{param.Sysj}
</select>
</mapper> </mapper>
...@@ -20,5 +20,12 @@ ...@@ -20,5 +20,12 @@
<sql id="TSampleListJoins"> <sql id="TSampleListJoins">
</sql> </sql>
<select id="pageByYhOrSyrq" resultType="cn.wise.sc.acquisition.business.entity.TSampleList">
select a.* from T_Sample_List a
where
a.Yh=#{param.Yh}
or a.Syrq= #{param.Syrq}
</select>
</mapper> </mapper>
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