pdi机型编号查询修复
This commit is contained in:
parent
68943345e7
commit
5899370077
|
|
@ -12,7 +12,7 @@
|
||||||
t.warehouse_no AS warehouseNo,
|
t.warehouse_no AS warehouseNo,
|
||||||
r.inspection_type AS inspectionType,
|
r.inspection_type AS inspectionType,
|
||||||
r.inspection_version AS inspectionVersion,
|
r.inspection_version AS inspectionVersion,
|
||||||
r.model_no AS machineNo,
|
r.model_no AS modelNo,
|
||||||
t.inspection_enable AS inspectionEnable,
|
t.inspection_enable AS inspectionEnable,
|
||||||
t.inspection_inspection AS inspectionInspection,
|
t.inspection_inspection AS inspectionInspection,
|
||||||
ui.user_name AS inspectorName,
|
ui.user_name AS inspectorName,
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
t.warehouse_no AS warehouseNo,
|
t.warehouse_no AS warehouseNo,
|
||||||
r.inspection_type AS inspectionType,
|
r.inspection_type AS inspectionType,
|
||||||
r.inspection_version AS inspectionVersion,
|
r.inspection_version AS inspectionVersion,
|
||||||
r.model_no AS machineNo,
|
r.model_no AS modelNo,
|
||||||
t.inspection_enable AS inspectionEnable,
|
t.inspection_enable AS inspectionEnable,
|
||||||
t.inspection_inspection AS inspectionInspection,
|
t.inspection_inspection AS inspectionInspection,
|
||||||
ui.user_name AS inspectorName,
|
ui.user_name AS inspectorName,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue