md
This commit is contained in:
parent
1dc8e9fd0f
commit
2e6bb036e8
@ -38,11 +38,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
</resultMap>
|
||||
|
||||
<!-- <association property="stockInBatchList"-->
|
||||
<!-- column="in_no"-->
|
||||
<!-- select="com.xdadan.erp.emis.mapper.EmisWarehouseInBatchMapper.selectInBatchListByInNo"-->
|
||||
<!-- fetchType="lazy"-->
|
||||
<!-- />-->
|
||||
|
||||
<!-- <resultMap id="EmisWarehouseInDetailWithBatchListResult" type="EmisWarehouseIn" extends="BaseEmisWarehouseInResult" >-->
|
||||
<!-- <association property="stockInBatchList"-->
|
||||
<!-- column="in_no"-->
|
||||
<!-- select="com.xdadan.erp.emis.mapper.EmisWarehouseInBatchMapper.selectInBatchListByInNo"-->
|
||||
<!-- fetchType="lazy"-->
|
||||
<!-- />-->
|
||||
<!-- </resultMap>-->
|
||||
|
||||
|
||||
<sql id="selectEmisWarehouseInVo">
|
||||
select id, serial_no, in_no, order_sn, bill_code, customer_code, customer_name, entry_date, confirm_status, confirm_date, used_status, status, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_warehouse_in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user