Commit 5dbe402e authored by 李驰骋's avatar 李驰骋

生产计划看板BUG修复

parent 8a37f12c
......@@ -198,7 +198,7 @@ public interface ProTaskWorkunitMapper extends BaseMapper<ProTaskWorkunit> {
"\t, wo.product_code as item_code, wo.product_name as item_name, wo.customer_project_no, wo.order_code, t.specification\n" +
"\t, t.unit_of_measure, ptw.task_workunit_id, ptw.quantity, ptw.create_by, t.quantity_wait\n" +
"\t, ptw.quantity_produced\n" +
"\t, ptw.schedule_start_date, t.duration, ptw.schedule_end_date\n" +
"\t, ptw.schedule_start_date, t.duration, ptw.schedule_end_date, ptw.actual_end_date\n" +
"\t, t.ordinal as idx, t.create_time, t.update_by\n" +
"\t, t.update_time, ptw.STATUS, ptw.quantity_qualify, ptw.remark, ptw.quantity_unqualify\n" +
"\t, wo.workorder_code, wu.line_name\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