打印插件
This commit is contained in:
parent
9d565a5d7f
commit
ad7448781b
@ -3,19 +3,19 @@
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||
<mapper namespace="com.transitPlatForm.transitPF.mapper.LisPluginMapper">
|
||||
|
||||
<select id="queryfilelist" resultType="com.czlis.common.core.domain.entity.lis.SysExeBak">
|
||||
<select id="queryfilelist" resultType="com.transitPlatForm.common.core.domain.entity.SysExeBak">
|
||||
select filepath,filena,bakdt1 from sys_exe_bak
|
||||
where filepath = #{filepath}
|
||||
</select>
|
||||
|
||||
<select id="getfile" resultType="com.czlis.common.core.domain.entity.lis.SysExeBak">
|
||||
<select id="getfile" resultType="com.transitPlatForm.common.core.domain.entity.SysExeBak">
|
||||
select bakdata1 from sys_exe_bak
|
||||
<where>
|
||||
<if test="filepath != null"> and filepath = #{filepath}</if>
|
||||
<if test="filena != null and filena !=''">and filena = #{filena}</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="getdwfile" resultType="com.czlis.common.core.domain.entity.lis.SysExeBak">
|
||||
<select id="getdwfile" resultType="com.transitPlatForm.common.core.domain.entity.SysExeBak">
|
||||
Select reportcontent as bakdata1 From blood_report
|
||||
<where>
|
||||
<if test="reportid != null"> and reportid = #{reportid}</if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user