mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
新增贴皮已排接口 是否投入生产入参
This commit is contained in:
+3
@@ -23,4 +23,7 @@ public class VeneerPlanPageReqVO extends PageParam {
|
||||
|
||||
@Schema(description = "排单状态:0-未开料/新单,1-已优化,2-开料中,3-已开料")
|
||||
private List<Integer> status;
|
||||
|
||||
@Schema(description = "是否已投入生产:false-未投入,true-已投入", defaultValue = "false")
|
||||
private Boolean isScheduled = false;
|
||||
}
|
||||
|
||||
+8
@@ -33,6 +33,14 @@
|
||||
#{status}
|
||||
</foreach>
|
||||
</if>
|
||||
<choose>
|
||||
<when test="req.isScheduled != null and req.isScheduled">
|
||||
AND ovp.is_scheduled = true
|
||||
</when>
|
||||
<otherwise>
|
||||
AND ovp.is_scheduled = false
|
||||
</otherwise>
|
||||
</choose>
|
||||
ORDER BY ovp.id DESC
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user