订单领料记录 后端优化

dev
qiuhongwu 3 months ago
parent e778f20f3f
commit afb187cb77

@ -53,7 +53,7 @@ public interface TplusStorageOutMapper extends BaseMapperX<TplusStorageOutDO> {
default PageResult<TplusStorageOutDO> selectRecordPage(TplusStorageOutPageReqVO reqVO) {
MPJLambdaWrapper<TplusStorageOutDO> query = new MPJLambdaWrapper<>();
query.distinct()
.select("stock_id,storage_ok_qty,project_order_id,project_order_code")
.select("stock_id,storage_ok_qty,project_order_id,t.project_order_code")
.select("product_code,product_name,project_sub_code,project_sub_name")
.select("wh_name,procedure_name")
.select("a.spec as product_spec")

Loading…
Cancel
Save