From 60b54488de7872350ba97939f3bd3406642f115d Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 09 一月 2025 12:05:33 +0800 Subject: [PATCH] bug修改 --- manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml b/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml index 08639fe..104d7af 100644 --- a/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml +++ b/manage/src/main/resources/mapping/TFrameWarehousingDetailMapper.xml @@ -27,7 +27,7 @@ </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> -- Gitblit v1.7.1