add:工序任务统计/生产进度统计分析
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
<if test="query.sale_id != null and query.sale_id != ''">
|
||||
and ShiftOrder.sale_id like '%${query.sale_id}%'
|
||||
</if>
|
||||
<if test="query.material_code != null and query.material_code != ''">
|
||||
and material.material_code = #{query.material_code}
|
||||
</if>
|
||||
<if test="query.material != null and query.material != ''">
|
||||
and (
|
||||
material.material_code like '%${query.material}%' or
|
||||
|
||||
@@ -20,6 +20,7 @@ public class WorkorderQuery extends BaseQuery<PdmProduceWorkorder> {
|
||||
private String workorder_code;
|
||||
private String device_code;
|
||||
private String material;
|
||||
private String material_code;
|
||||
private String order_status;
|
||||
private String plan_start_time;
|
||||
private String plan_end_time;
|
||||
|
||||
Reference in New Issue
Block a user