代码优化
This commit is contained in:
@@ -10,12 +10,10 @@
|
||||
m.photo_url,
|
||||
m.unit_weight,
|
||||
u.card_no,
|
||||
u.username createUserString,
|
||||
count(*) as totalCount
|
||||
u.username createUserString
|
||||
from sys_work_order w
|
||||
left join sys_material_info m on w.material_id = m.id
|
||||
left join sys_user u on w.create_user = u.id
|
||||
left join sys_work_order_info wi on w.id = wi.work_order_id
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user