mapper补充
This commit is contained in:
parent
4871fe23a8
commit
daca9ec9f8
@ -65,7 +65,7 @@ public interface MaterialPlanBoomMapper extends BaseMapperX<MaterialPlanBoomDO>
|
||||
query.selectAll(MaterialPlanBoomDO.class)
|
||||
// .select("mat.id as matId","mat.name as matName","mat.code as matCode","mat.spec as matSpec","mat.unit as matUnit","mat.material_type as matType")
|
||||
// .select("b.material_name as matName","m.code as matCode","b.spec as matSpec","b.unit as matUnit","b.blueprint_no as blueprintNo")
|
||||
.select("b.material_name as matName","b.spec as matSpec","b.unit as matUnit","b.blueprint_no as blueprintNo")
|
||||
.select("b.spec as matSpec","b.unit as matUnit","b.blueprint_no as blueprintNo")
|
||||
|
||||
.select("bc.`name` as compositionName","b.`composition_id` as compositionId")
|
||||
.select("ma.brief as customerBriefName,ma.project_name as projectName,ma.name as projectSubName,ma.project_id as projectId")
|
||||
|
Loading…
Reference in New Issue
Block a user