瀏覽代碼

甘特图查询新增显示字段

fangpy 1 年之前
父節點
當前提交
3759ccb3c4

+ 3 - 0
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsProcessOperationProcessEquDao.xml

@@ -169,6 +169,8 @@
         a6.ID AS productionorderid,
         a6.ORDERNO,
         a6.CUSTOMNAME,
+        a6.ORDERDATE,
+        a7.CUSTOMERUNIT,
         a2.ID as processid,
         Date(a6.PROMISEDELIVERYDATE) as PROMISEDELIVERYDATE,
         Date(a6.SCHEDULEDELIVERYDATE) as SCHEDULEDELIVERYDATE,
@@ -183,6 +185,7 @@
         LEFT JOIN aps_process_output_product a4 ON a3.ID = a4.BLANKID
         LEFT JOIN aps_product_detail a5 ON a4.PRODUCTID = a5.ID
         LEFT JOIN aps_production_order a6 on a6.ID= a5.MAINID
+        LEFT JOIN aps_customer_management a7 on a6.CUSTOMID= a7.ID
         <where>
             a1.DELETED ='0'
             AND a2.DELETED = '0'

+ 8 - 0
cx-aps/cx-aps-entity/src/main/java/com/rongwei/bsentity/vo/GanttVos.java

@@ -125,6 +125,14 @@ public class GanttVos {
      * 客户名称
      */
     private String customname;
+    /**
+     * 客户编号
+     */
+    private String customerunit;
+    /**
+     * 下单日期
+     */
+    private Date orderdate;
 
     /**
      * 冲突