123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.unis.transaction.server.dao.TyJytjbbDao">
-
- <sql id="traderuleColumns">
- bd.bdbm as bdbm,
- bd.bdh as bdh,
- bd.apbm as apbm
- </sql>
- <sql id="siteColumns">
- cc.apcc as apcc,
- MAX(to_char(cc.jyrq, 'yyyy年MM月dd日')) as cjrq,
- MAX(wt.jyfs) as jyfs,
- MAX(wt.jyfx) as jyfx,
- MAX(wt.jyfxmc) as jyfxmc,
- MAX(wt.jyfsmc) as jyfsmc,
- MAX(wt.wtfmc) as wtfmc,
- MAX(cc.wtfbm) as wtfbm,
- MAX(ht.pzmc) as pzmc,
- MAX(ht.pzbm) as pzbm,
- MAX(wt.lsxzbm) as lsxzbm,
- MAX(CASE ht.jylx
- WHEN '0' THEN ht.cmmc
- WHEN '1' THEN ht.sgmc
- ELSE NULL
- END) as sgmc,
- MAX(cc.ccbm) as ccbm
- </sql>
- <insert id="insertDcjybzxx">
- insert into ty_dcjybzxx (id, bdh, htbh, tsbz, yy, bjr, bjrq)
- values (#{id}, #{bdh}, #{htbh}, #{tsbz}, #{yy}, #{bjr}, #{bjrq})
- </insert>
- <update id="updateDcjybzxx">
- update ty_dcjybzxx set bdh = #{bdh}, htbh = #{htbh}, tsbz = #{tsbz}, yy = #{yy}, bjr = #{bjr}, bjrq = #{bjrq}
- where id = #{id}
- </update>
-
- <select id="selectPageList" resultType="com.unis.transaction.server.entity.tradeplan.TyJytjbb" parameterType="com.unis.transaction.server.entity.tradeplan.TyJytjbb">
- SELECT
- <include refid="siteColumns"/>
- FROM
- <if test="sgmc != null and sgmc != ''">
- (select * from ty_jycc c where c.apcc IN
- ( SELECT ht.apcc FROM ty_jyht ht
- where
- (instr(decode(ht.jylx, 0, ht.cmmc, 1, ht.sgmc), #{sgmc}) > 0)
-
- GROUP BY ht.apcc
- )) cc
- </if>
- <if test="sgmc == null or sgmc == ''">
- ty_jycc cc
- </if>
- left join ty_jycrkwt wt on cc.wtbm = wt.wtbm
- left join ty_jyht ht on ht.apcc = cc.apcc
- <trim prefix="where" prefixOverrides="and|or">
- and ht.htbm!='' and ht.htbm is not null
- <if test="apcc != null and apcc != ''">
- and instr(cc.apcc, #{apcc}) > 0
- </if>
- <if test="cczt != null and cczt != ''">
- and cc.cczt = #{cczt}
- </if>
- <if test="cjrq != null">
- and cc.jyrq = to_date(#{cjrq}, 'yyyy-mm-dd')
- </if>
- <if test="jyfx != null and jyfx != ''">
- and cc.jyfx = #{jyfx}
- </if>
- <if test="jyfs != null and jyfs != ''">
- and cc.jyfs = #{jyfs}
- </if>
- <if test="wtfmc != null and wtfmc != ''">
- and instr(cc.wtfmc, #{wtfmc}) > 0
- </if>
- <if test="pzbm != null and pzbm != ''">
- and instr(wt.pzbm, #{pzbm}) > 0
- </if>
- <!-- <if test="jylx != null and jylx != ''">-->
- <!-- and wt.jylx = #{jylx}-->
- <!-- </if>-->
-
- <!-- <if test="apzt != null and apzt != ''">-->
- <!-- and wt.apzt = #{apzt}-->
- <!-- </if>-->
- <if test="lsxzbm != null and lsxzbm != ''">
- and wt.lsxzbm = #{lsxzbm}
- </if>
-
- </trim>
- GROUP BY cc.apcc
- ORDER BY MAX(cc.ccbm) DESC
- </select>
- <select id="sjcbcj" resultType="com.unis.transaction.server.entity.tradeplan.TyJytjbbScbcj">
- select cc.apcc,
- ht.htbh as htbh,
- ht.cckmc as cckmc,
- ht.nch as nch,
- ht.pzmc as pzmc,
- ht.pzbm as pzbm,
- ht.nnf as nnf,
- ht.lssl as cjsl,
- ht.qpdj as qpdj,
- ht.cjdj as cjdj,
- CASE ht.jylx
- WHEN '0' THEN ht.cmmc
- WHEN '1' THEN ht.sgmc
- ELSE NULL
- END as cjdw,
- ht.je as je,
- to_char(wt.wcsj, 'yyyy年MM月dd日') as cjrq
- from ty_jyht ht
- left join ty_jycc cc on cc.apcc = ht.apcc
- left join ty_jycrkwt wt on wt.wtbm = cc.wtbm
- where cc.apcc = #{apcc}
- order by ht.htbh asc
- </select>
- <select id="sxfTj" resultType="com.unis.transaction.server.entity.tradeplan.TyJytjbbSxftj">
- select cc.apcc,
- ht.htbh as htbh,
- CASE ht.jylx
- WHEN '0' THEN ht.cmmc
- WHEN '1' THEN ht.sgmc
- ELSE NULL
- END as cjdw,
- ht.cjdj as cjdj,
- ht.lssl as cjsl,
- ht.je as je,
- cc.sxfl as sxfl,
- cc.jybzj as jybzj,
- cc.lybzj as lybzj,
- cc.sxf_Type as sxfType,
- ht.sjjke as sjjke,
- wt.jyfx as jyfx,
- wt.jyfs as jyfs,
- ht.jylx as jylx,
- wt.wtfmc as wtfmc,
- wt.lsxzbm as lsxzbm,
- to_char(wt.wcsj, 'yyyy年MM月dd日') as cjrq
- from ty_jyht ht
- left join ty_jycc cc on cc.apcc = ht.apcc
- left join ty_jycrkwt wt on wt.wtbm = cc.wtbm
- where cc.apcc = #{apcc}
- order by ht.htbh asc
- </select>
- <select id="jyjghz" resultType="com.unis.transaction.server.entity.tradeplan.TyJytjbbJyjghz">
- SELECT to_char(tcc.jyrq, 'yyyy年MM月dd日') as cjrq,
- tcc.apcc as apcc,
- case tap.aplx
- when 0 then '采购'
- when 1 then '销售'
- else ''
- end as jyfx,
- case tap.aplx
- when 0 then '采购'
- when 1 then '销售'
- else ''
- end as jyfxmc,
- -- tap.pzmc
- tap.scnd as ccnx,
- max(tap.pzmc) as pzmc,
- tap.jydj as dj,
- max(wt.lscd) as cd,
- wm_concat(tap.bdbm) as bdbm
- FROM ty_jycrkap tap
- JOIN
- ty_jycc tcc ON tap.wtbm = tcc.wtbm
- JOIN
- ty_jyht tht ON tcc.apcc = tht.apcc AND tcc.ccbm = tht.ccbm
- join
- ty_jycrkwt wt on wt.wtbm = tap.wtbm
- <where>
- tht.htbm is not null and tht.htbm != ''
- <if test="cjrqks != null and cjrqks != ''">
- and tcc.jyrq >= to_date(#{cjrqks}, 'yyyy-mm-dd')
- </if>
- <if test="cjrqjs != null and cjrqjs != ''">
- and tcc.jyrq <= to_date(#{cjrqjs}, 'yyyy-mm-dd')
- </if>
- </where>
- GROUP BY tap.aplx,
- tcc.jyrq,
- tcc.apcc,
- tap.scnd,
- tap.jydj
- order by tcc.jyrq desc,tcc.jyrq desc
- </select>
- <select id="jyjghzlist" resultType="com.unis.transaction.server.entity.tradeplan.TyJytjbbJyjghz">
- SELECT to_char(tcc.jyrq, 'yyyy年MM月dd日') as cjrq,
- tcc.apcc as apcc,
- case tap.aplx
- when 0 then '采购'
- when 1 then '销售'
- else ''
- end as jyfx,
- case tap.aplx
- when 0 then '采购'
- when 1 then '销售'
- else ''
- end as jyfxmc,
- -- tap.pzmc
- tap.scnd as ccnx,
- max(tap.pzmc) as pzmc,
- tap.jydj as dj,
- max(wt.lscd) as cd,
- wm_concat(tap.bdbm) as bdbm
- FROM ty_jycrkap tap
- JOIN
- ty_jycc tcc ON tap.wtbm = tcc.wtbm
- JOIN
- ty_jyht tht ON tcc.apcc = tht.apcc AND tcc.ccbm = tht.ccbm
- join
- ty_jycrkwt wt on wt.wtbm = tap.wtbm
- <where>
- tht.htbm is not null and tht.htbm != ''
- <if test="cjrqks != null and cjrqks != ''">
- and tcc.jyrq >= to_date(#{cjrqks}, 'yyyy-mm-dd')
- </if>
- <if test="cjrqjs != null and cjrqjs != ''">
- and tcc.jyrq <= to_date(#{cjrqjs}, 'yyyy-mm-dd')
- </if>
- </where>
- GROUP BY tap.aplx,
- tcc.jyrq,
- tcc.apcc,
- tap.scnd,
- tap.jydj
- order by tcc.jyrq desc,tcc.apcc desc
- </select>
- <select id="selectDcjlPage" resultType="com.unis.transaction.server.entity.tradeplan.TyDcsjjl">
- select cc.apcc as cc,
- cc.ccbh as ccbh,
- to_char(cc.jyrq,'yyyy-MM-dd') as jyrq,
- cc.wtfmc as wtf,
- wt.lsxzbm as jyjb,
- CASE ap.aplx
- WHEN '0' THEN '采购'
- WHEN '1' THEN '销售'
- ELSE NULL
- END as jylxmc,
- ap.aplx as jylx,
- wt.jyfs as jyfs,
- wt.jyfsmc as jyfsmc,
- ap.pzmc as pzmc,
- ap.pzbm as pzbm,
- ap.bdh as bdh,
- ht.htbh as hth,
- ap.lssl as bdsl,
- ht.lssl as htsl,
- ht.qpdj as qpj,
- ht.cjdj as cjj,
- (select lysl from ty_refund_notice rn where rn.htbm = ht.htbm and rn.zt = '92000400') as lysl,
- (select wysl from ty_refund_notice rn where rn.htbm = ht.htbm and rn.zt = '92000400') as wysl,
- CASE ht.jylx
- WHEN '0' THEN ht.cmmc
- WHEN '1' THEN ht.sgmc
- ELSE NULL
- END as cjkh,
- (select wm_concat(kh.khmc) from ty_jycc_khxx kh where kh.wtbh=cc.wtbm) as bmkh,
- ap.dwmc as ccdw,
- ap.ccdd as ch,
- ht.je as htje,
- cc.sxfl as khsxfl,
- cc.lybzj as lybzj,
- cc.jybzj as jybzj
- from ty_jycrkap ap
- left join ty_jycc cc on cc.wtbm = ap.wtbm
- left join ty_jyht ht on ap.bdbm = ht.bdbm
- left join ty_jycrkwt wt on wt.wtbm = ap.wtbm
- <where>
- <if test="jyrqStart != null and jyrqStart != ''">
- and cc.jyrq >= to_date(#{jyrqStart}, 'yyyy-mm-dd')
- </if>
- <if test="jyrqEnd != null and jyrqEnd != ''">
- and cc.jyrq <= to_date(#{jyrqEnd}, 'yyyy-mm-dd')
- </if>
- <!-- 流拍 -->
- <if test="jyjg == '1'.toString()">
- and to_date(to_date(cc.jyrq,'yyyy-MM-dd')+2,'yyyy-MM-dd') < to_date(sysdate,'yyyy-MM-dd') and ht.htbh is null
- </if>
- <!-- 成交 -->
- <if test="jyjg == '2'.toString()">
- and ht.htbh is not null
- </if>
- <!-- 待维护 -->
- <if test="jyjg == '3'.toString()">
- and to_date(to_date(cc.jyrq,'yyyy-MM-dd')+2,'yyyy-MM-dd') >= to_date(sysdate,'yyyy-MM-dd') and ht.htbh is null
- </if>
- <if test="jylx != null and jylx != ''">
- and ap.aplx = #{jylx}
- </if>
- <if test="jyjb != null and jyjb != ''">
- and wt.lsxzbm = #{jyjb}
- </if>
- <if test="jyfs != null and jyfs != ''">
- and wt.jyfs = #{jyfs}
- </if>
- <if test="hth != null and hth != ''">
- and ht.htbh like '%'||#{hth}||'%'
- </if>
- <if test="pzbm != null and pzbm != ''">
- and ap.pzbm = #{pzbm}
- </if>
- <if test="cc != null and cc != ''">
- and cc.apcc like '%'||#{cc}||'%'
- </if>
- <if test="wtf != null and wtf != ''">
- and cc.wtfmc like '%'||#{wtf}||'%'
- </if>
- </where>
- order by cc.jyrq desc,cc.apcc desc
- </select>
- <select id="dcjlExport" resultType="com.unis.transaction.server.entity.tradeplan.TyDcsjjl">
- select cc.apcc as cc,
- cc.ccbh as ccbh,
- to_char(cc.jyrq,'yyyy-MM-dd') as jyrq,
- cc.wtfmc as wtf,
- wt.lsxzbm as jyjb,
- CASE ap.aplx
- WHEN '0' THEN '采购'
- WHEN '1' THEN '销售'
- ELSE NULL
- END as jylxmc,
- ap.aplx as jylx,
- wt.jyfs as jyfs,
- wt.jyfsmc as jyfsmc,
- ap.pzmc as pzmc,
- ap.pzbm as pzbm,
- ap.bdh as bdh,
- ht.htbh as hth,
- ap.lssl as bdsl,
- ht.lssl as htsl,
- ht.qpdj as qpj,
- ht.cjdj as cjj,
- (select lysl from ty_refund_notice rn where rn.htbm = ht.htbm and rn.zt = '92000400') as lysl,
- (select wysl from ty_refund_notice rn where rn.htbm = ht.htbm and rn.zt = '92000400') as wysl,
- CASE ht.jylx
- WHEN '0' THEN ht.cmmc
- WHEN '1' THEN ht.sgmc
- ELSE NULL
- END as cjkh,
- (select wm_concat(kh.khmc) from ty_jycc_khxx kh where kh.wtbh=cc.wtbm) as bmkh,
- ap.dwmc as ccdw,
- ap.ccdd as ch,
- ht.je as htje,
- cc.sxfl as khsxfl,
- cc.lybzj as lybzj,
- cc.jybzj as jybzj
- from ty_jycrkap ap
- left join ty_jycc cc on cc.wtbm = ap.wtbm
- left join ty_jyht ht on ap.bdbm = ht.bdbm
- left join ty_jycrkwt wt on wt.wtbm = ap.wtbm
- <where>
- <if test="jyrqStart != null and jyrqStart != ''">
- and cc.jyrq >= to_date(#{jyrqStart}, 'yyyy-mm-dd')
- </if>
- <if test="jyrqEnd != null and jyrqEnd != ''">
- and cc.jyrq <= to_date(#{jyrqEnd}, 'yyyy-mm-dd')
- </if>
- <!-- 流拍 -->
- <if test="jyjg == '1'.toString()">
- and to_date(to_date(cc.jyrq,'yyyy-MM-dd')+2,'yyyy-MM-dd') < to_date(sysdate,'yyyy-MM-dd') and ht.htbh is null
- </if>
- <!-- 成交 -->
- <if test="jyjg == '2'.toString()">
- and ht.htbh is not null
- </if>
- <!-- 待维护 -->
- <if test="jyjg == '3'.toString()">
- and to_date(to_date(cc.jyrq,'yyyy-MM-dd')+2,'yyyy-MM-dd') >= to_date(sysdate,'yyyy-MM-dd') and ht.htbh is null
- </if>
- <if test="jylx != null and jylx != ''">
- and ap.aplx = #{jylx}
- </if>
- <if test="jyjb != null and jyjb != ''">
- and wt.lsxzbm = #{jyjb}
- </if>
- <if test="jyfs != null and jyfs != ''">
- and wt.jyfs = #{jyfs}
- </if>
- <if test="hth != null and hth != ''">
- and ht.htbh like '%'||#{hth}||'%'
- </if>
- <if test="pzbm != null and pzbm != ''">
- and ap.pzbm = #{pzbm}
- </if>
- <if test="cc != null and cc != ''">
- and cc.apcc like '%'||#{cc}||'%'
- </if>
- <if test="wtf != null and wtf != ''">
- and cc.wtfmc like '%'||#{wtf}||'%'
- </if>
- </where>
- order by cc.jyrq desc,cc.apcc desc
- </select>
- <select id="selectDcjyhzPage" resultType="com.unis.transaction.server.entity.tradeplan.DcJyHzzb">
- SELECT main.cc,
- main.ccbh,
- to_char(main.jyrq,'yyyy-MM-dd') as jyrq,
- main.wtf,
- main.jyjb,
- main.jylx,
- main.jylxmc,
- main.jyfs,
- main.jyfsmc,
- main.pzmc,
- main.pzbm,
- SUM(CAST(main.bdsl AS decimal)) as bdsl,
- SUM(CAST(main.htsl AS decimal)) as htsl,
- SUM(rn.lysl) as lysl,
- SUM(rn.wysl) as wysl,
- SUM(CAST(main.htje AS decimal)) as htje,
- SUM(rn.lysl * main.cjdj) as lyje,
- SUM((main.sxfl / 100) * main.htje) as sxfje
- FROM (SELECT cc.apcc as cc,
- cc.ccbh as ccbh,
- cc.jyrq as jyrq,
- cc.wtfmc as wtf,
- wt.lsxzbm as jyjb,
- CASE ap.aplx
- WHEN '0' THEN '采购'
- WHEN '1' THEN '销售'
- ELSE NULL
- END as jylxmc,
- ap.aplx as jylx,
- wt.jyfs as jyfs,
- wt.jyfsmc as jyfsmc,
- ap.pzmc as pzmc,
- ap.pzbm as pzbm,
- ap.lssl as bdsl,
- ht.lssl as htsl,
- ht.je as htje,
- ht.htbm as htbm,
- ht.cjdj as cjdj,
- cc.sxfl as sxfl
- FROM ty_jycc cc
- LEFT JOIN
- ty_jycrkap ap ON cc.wtbm = ap.wtbm
- LEFT JOIN
- ty_jyht ht ON ap.bdbm = ht.bdbm
- LEFT JOIN
- ty_jycrkwt wt ON wt.wtbm = ap.wtbm
- <!--where ht.htbm is not null and ht.htbm != ''-->
- ) as main
- LEFT JOIN
- ty_refund_notice rn ON rn.htbm = main.htbm AND rn.zt = '92000400'
- <where>
- <if test="jyrqStart != null and jyrqStart != ''">
- and main.jyrq >= to_date(#{jyrqStart}, 'yyyy-mm-dd')
- </if>
- <if test="jyrqEnd != null and jyrqEnd != ''">
- and main.jyrq <= to_date(#{jyrqEnd}, 'yyyy-mm-dd')
- </if>
- <if test="jylx != null and jylx != ''">
- and main.jylx = #{jylx}
- </if>
- <if test="jyjb != null and jyjb != ''">
- and main.jyjb = #{jyjb}
- </if>
- <if test="jyfs != null and jyfs != ''">
- and main.jyfs = #{jyfs}
- </if>
- <if test="pzbm != null and pzbm != ''">
- and main.pzbm = #{pzbm}
- </if>
- <if test="cc != null and cc != ''">
- and main.cc like '%'||#{cc}||'%'
- </if>
- <if test="wtf != null and wtf != ''">
- and main.wtf like '%'||#{wtf}||'%'
- </if>
- </where>
- GROUP BY main.cc, main.ccbh,main.jylxmc,main.jylx, main.jyrq, main.wtf, main.jyjb, main.jylxmc, main.jyfs, main.jyfsmc,
- main.pzmc, main.pzbm order by main.jyrq desc,main.cc desc
- </select>
- <select id="dcjyhzExport" resultType="com.unis.transaction.server.entity.tradeplan.DcJyHzzb">
- SELECT main.cc,
- main.ccbh,
- to_char(main.jyrq,'yyyy-MM-dd') as jyrq,
- main.wtf,
- main.jyjb,
- main.jylx,
- main.jylxmc,
- main.jyfs,
- main.jyfsmc,
- main.pzmc,
- main.pzbm,
- SUM(CAST(main.bdsl AS decimal)) as bdsl,
- SUM(CAST(main.htsl AS decimal)) as htsl,
- SUM(rn.lysl) as lysl,
- SUM(rn.wysl) as wysl,
- SUM(CAST(main.htje AS decimal)) as htje,
- SUM(rn.lysl * main.cjdj) as lyje,
- SUM((main.sxfl / 100) * main.htje) as sxfje
- FROM (SELECT cc.apcc as cc,
- cc.ccbh as ccbh,
- cc.jyrq as jyrq,
- cc.wtfmc as wtf,
- wt.lsxzbm as jyjb,
- CASE ap.aplx
- WHEN '0' THEN '采购'
- WHEN '1' THEN '销售'
- ELSE NULL
- END as jylxmc,
- ap.aplx as jylx,
- wt.jyfs as jyfs,
- wt.jyfsmc as jyfsmc,
- ap.pzmc as pzmc,
- ap.pzbm as pzbm,
- ap.lssl as bdsl,
- ht.lssl as htsl,
- ht.je as htje,
- ht.htbm as htbm,
- ht.cjdj as cjdj,
- cc.sxfl as sxfl
- FROM ty_jycc cc
- LEFT JOIN
- ty_jycrkap ap ON cc.wtbm = ap.wtbm
- LEFT JOIN
- ty_jyht ht ON ap.bdbm = ht.bdbm
- LEFT JOIN
- ty_jycrkwt wt ON wt.wtbm = ap.wtbm
- <!--where ht.htbm is not null and ht.htbm != ''-->
- ) as main
- LEFT JOIN
- ty_refund_notice rn ON rn.htbm = main.htbm AND rn.zt = '92000400'
- <where>
- <if test="jyrqStart != null and jyrqStart != ''">
- and main.jyrq >= to_date(#{jyrqStart}, 'yyyy-mm-dd')
- </if>
- <if test="jyrqEnd != null and jyrqEnd != ''">
- and main.jyrq <= to_date(#{jyrqEnd}, 'yyyy-mm-dd')
- </if>
- <if test="jylx != null and jylx != ''">
- and main.jylx = #{jylx}
- </if>
- <if test="jyjb != null and jyjb != ''">
- and main.jyjb = #{jyjb}
- </if>
- <if test="jyfs != null and jyfs != ''">
- and main.jyfs = #{jyfs}
- </if>
- <if test="pzbm != null and pzbm != ''">
- and main.pzbm = #{pzbm}
- </if>
- <if test="cc != null and cc != ''">
- and main.cc like '%'||#{cc}||'%'
- </if>
- <if test="wtf != null and wtf != ''">
- and main.wtf like '%'||#{wtf}||'%'
- </if>
- </where>
- GROUP BY main.cc, main.ccbh,main.jylxmc,main.jylx, main.jyrq, main.wtf, main.jyjb, main.jylxmc, main.jyfs, main.jyfsmc,
- main.pzmc, main.pzbm order by main.jyrq desc,main.cc desc
- </select>
- <select id="selectDcjybzxx" resultType="com.unis.transaction.server.entity.tradeplan.Dcjybzxx">
- select * from ty_dcjybzxx;
- </select>
-
- </mapper>
|