| | |
| | | </sql> |
| | | <select id="pageList" resultType="com.jilongda.manage.vo.TFrameWarehousingDetailVO"> |
| | | select tfwd.id, tfwd.warehousingId, tfwd.brand, tfwd.supplier, tfwd.material, tfwd.total, tfwd.color, tfwd.model, tfwd.code, tfwd.createTime, |
| | | tfwd.updateTime, tfwd.createBy, tfwd.updateBy, tfwd.isDelete, tfwd.modelId,tw.storeId,tw.status |
| | | tfwd.updateTime, tfwd.createBy, tfwd.updateBy, tfwd.isDelete, tfwd.modelId,tw.storeId,tw.status,tfwd.orderId |
| | | from t_frame_warehousing_detail tfwd |
| | | left join t_warehousing tw on tfwd.warehousingId = tw.id |
| | | <where> |