| | |
| | | <mapper namespace="com.zy.nc.mapper.NccSaleDbddWmsMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.zy.nc.entity.NccSaleDbddWms"> |
| | | <id property="cbillid" column="CBILLID" /> |
| | | <id property="cbill_bid" column="CBILL_BID" /> |
| | | <result property="cbillid" column="CBILLID" /> |
| | | <result property="vbillcode" column="VBILLCODE" /> |
| | | <result property="dbilldate" column="DBILLDATE" /> |
| | | <result property="taudittime" column="TAUDITTIME" /> |
| | |
| | | <select id="selectDbdd" resultType="java.lang.String"> |
| | | select distinct VBILLCODE |
| | | from ncc_sale_dbdd_wms |
| | | where wms_flag != 1 and FSTATUSFLAG = 4 and FROWSTATUFLAG = 4 limit 100 |
| | | where (wms_flag is null or wms_flag != 1) and FSTATUSFLAG = 4 and FROWSTATUFLAG = 4 and dr = 0 |
| | | <if test="ids != null"> |
| | | and DCCKBM in |
| | | <foreach item="id" collection="ids" separator="," open="(" close=")" index=""> |
| | | #{id} |
| | | </foreach> |
| | | </if> |
| | | limit 100 |
| | | </select> |
| | | </mapper> |