|
|
|
@ -38,7 +38,19 @@ |
|
|
|
|
|
|
|
<!--查找订单号下的所有商品--> |
|
|
|
<select id="getOrderGoodsDetailByBatchCode" parameterType="java.lang.String" resultType="cn.chjyj.szwh.bean.OrderGoodsDetail"> |
|
|
|
select <include refid="column"/> |
|
|
|
select id,batchcode,user_id as userId,entrust_islicode as entrustIslicode,islicode, |
|
|
|
goods_name as goodsName,goods_image as goodsImage,contract_code as contractCode, |
|
|
|
orderIslicode,history_entrust_name as historyEntrustName,history_entrust_code as historyEntrustCode, |
|
|
|
identifier,identifiers,sourcedata_islicode as sourcedataIslicode,close_serial_number as closeSerialNumber, |
|
|
|
price,goods_price as goodsPrice,service_charge as serviceCharge,earnest_money as earnestMoney, |
|
|
|
transaction_count as transactionCount,money,entrust_service_charge as entrustServiceCharge, |
|
|
|
entrust_money as entrustMoney,goods_ownership as goodsOwnership,goods_ownership_str as goodsOwnershipStr, |
|
|
|
goods_type as goodsType,charges_type as chargesType,goods_islicode as goodsIslicode,goods_entrust as goodsEntrust, |
|
|
|
contractual_period as contractualPeriod,transaction_class as transactionClass,contract, |
|
|
|
otherIdentifiers,classification,source_islicode as sourceIslicode,source_islicode_name as sourceIslicodeName, |
|
|
|
source_download as sourceDownload,close_id as closeId, |
|
|
|
close_status as closeStatus,is_close as isClose,callback_msg as callbackMsg,createtime, |
|
|
|
updatetime,is_deleted as isDeleted |
|
|
|
from <include refid="tbName"/> |
|
|
|
where batchcode=#{batchcode} |
|
|
|
</select> |
|
|
|
|