| | |
| | | |
| | | @Schema(description = "规格型号") |
| | | private String model; |
| | | |
| | | @Schema(description = "销售单号") |
| | | private String salesContractNo; |
| | | } |
| | |
| | | <if test="c.npsNo != null and c.npsNo != ''"> |
| | | and po.nps_no like concat('%', #{c.npsNo}, '%') |
| | | </if> |
| | | <if test="c.salesContractNo != null and c.salesContractNo != ''"> |
| | | and po_sales.salesContractNo like concat('%', #{c.salesContractNo}, '%') |
| | | </if> |
| | | <if test="c.productionPlanIds != null and c.productionPlanIds != ''"> |
| | | and po.production_plan_ids like concat('%', #{c.productionPlanIds}, '%') |
| | | </if> |