Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes
Commits
ffa2b86a
Commit
ffa2b86a
authored
Mar 14, 2025
by
温志超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新查询
parent
d12e9a62
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ProFeedbackVo.java
.../main/java/com/ximai/mes/pro/domain/vo/ProFeedbackVo.java
+8
-0
ProFeedbackMapper.java
...main/java/com/ximai/mes/pro/mapper/ProFeedbackMapper.java
+3
-0
No files found.
mes/src/main/java/com/ximai/mes/pro/domain/vo/ProFeedbackVo.java
View file @
ffa2b86a
...
...
@@ -295,4 +295,12 @@ public class ProFeedbackVo {
@ApiModelProperty
(
"产品图号"
)
@TableField
(
exist
=
false
)
private
String
customerDrawingNo
;
/** 异常类型 */
private
String
orderCode
;
/** 异常类型 */
private
String
orderSerial
;
}
mes/src/main/java/com/ximai/mes/pro/mapper/ProFeedbackMapper.java
View file @
ffa2b86a
...
...
@@ -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"
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment