Commit 7155d94d by Leslie1w

App语音与视频相关接口

parent bae346ee
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_SP from tb_xw_kyxs_sp
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
order by djsj desc order by djsj desc
...@@ -43,13 +43,13 @@ ...@@ -43,13 +43,13 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_SP from tb_xw_kyxs_sp
where XXZJBH = #{xxzjbh,jdbcType=VARCHAR} where XXZJBH = #{xxzjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
<select id="selectCountByAsjbh" resultType="java.lang.Integer"> <select id="selectCountByAsjbh" resultType="java.lang.Integer">
select count(1) select count(1)
from TB_XW_KYXS_SP from tb_xw_kyxs_sp
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_TX from tb_xw_kyxs_tx
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
order by djsj desc order by djsj desc
...@@ -52,13 +52,13 @@ ...@@ -52,13 +52,13 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_TX from tb_xw_kyxs_tx
where XXZJBH = #{xxzjbh,jdbcType=VARCHAR} where XXZJBH = #{xxzjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
<select id="selectCountByAsjbh" resultType="java.lang.Integer"> <select id="selectCountByAsjbh" resultType="java.lang.Integer">
select count(1) select count(1)
from TB_XW_KYXS_TX from tb_xw_kyxs_tx
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_YY from tb_xw_kyxs_yy
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
order by djsj desc order by djsj desc
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
xxczry_xm, xxczry_xm,
xxczry_gmsfhm, xxczry_gmsfhm,
xxlyms xxlyms
from TB_XW_KYXS_YY from tb_xw_kyxs_yy
where XXZJBH = #{xxzjbh,jdbcType=VARCHAR} where XXZJBH = #{xxzjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
<select id="selectCountByAsjbh" resultType="java.lang.Integer"> <select id="selectCountByAsjbh" resultType="java.lang.Integer">
select count(1) select count(1)
from TB_XW_KYXS_YY from tb_xw_kyxs_yy
where asjbh = #{asjbh,jdbcType=VARCHAR} where asjbh = #{asjbh,jdbcType=VARCHAR}
and xxsc_pdbz = '0' and xxsc_pdbz = '0'
</select> </select>
......
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