opt: 看板加急字段显示
This commit is contained in:
@@ -201,7 +201,8 @@
|
||||
MIN(p.start_time) AS start_time,
|
||||
IF(p.paper_tube_or_FRP = '1', p.paper_tube_description, p.FRP_description) AS tube,
|
||||
MIN(p.`status`) AS `status`,
|
||||
MAX(p.qzzno) AS qzzno
|
||||
MAX(p.qzzno) AS qzzno,
|
||||
MAX(p.manufacture_sort) AS manufacture_sort
|
||||
FROM `pdm_bi_slittingproductionplan` p
|
||||
WHERE p.`status` <![CDATA[ < ]]> '09'
|
||||
AND p.is_delete = '0'
|
||||
@@ -228,7 +229,6 @@
|
||||
p.container_name
|
||||
ORDER BY
|
||||
`status`,
|
||||
qzz_size,
|
||||
manufacture_sort desc,
|
||||
start_time
|
||||
</select>
|
||||
|
||||
@@ -47,4 +47,5 @@ public class CallPlanViewVO implements Serializable {
|
||||
private String start_time;
|
||||
private String is_paper_ok;
|
||||
private String qzzno;
|
||||
private String manufacture_sort;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user