Commit ffa2b86a authored by 温志超's avatar 温志超

更新查询

parent d12e9a62
......@@ -295,4 +295,12 @@ public class ProFeedbackVo {
@ApiModelProperty("产品图号")
@TableField(exist = false)
private String customerDrawingNo;
/** 异常类型 */
private String orderCode;
/** 异常类型 */
private String orderSerial;
}
......@@ -55,6 +55,9 @@ public interface ProFeedbackMapper {
"\tf.*,\n" +
"\twu.workunit_name,\n" +
"\twu.workunit_id,\n" +
"\t workorder.order_code,\n" +
"\t workorder.order_serial,\n" +
"\t workorder.customer_drawing_no,\n" +
"\tit.sap_item_code,ta.arrange_code \n" +
"FROM\n" +
"\tpro_feedback f\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment