@ -151,6 +151,8 @@ public class WorkPlanItemDetail extends BaseEntity {
*/
@Schema(description = "实际[量具]id")
private Long actMtId;
@Schema(description = "数据来源")
private String isDel;
@TableField(exist = false)
@ -256,7 +256,7 @@
AND rs.WO_CODE = #{q.woCode}
</if>
<if test="q.partCode != null and q.partCode != ''">
AND rs.PART_CODE = #{q.partCode}
AND yo.PART_CODE = #{q.partCode}
<if test="q.oemName!= null and q.oemName != ''">
AND oem.ABBREVIATION = '%' || #{q.oemName} || '%'