Pārlūkot izejas kodu

成本报表 发运日期

liuchaohui 2 gadi atpakaļ
vecāks
revīzija
6a93c55121

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/entity/SyCostAllocationShipdetail.java

@@ -66,7 +66,7 @@ public class SyCostAllocationShipdetail implements Serializable {
     /**出运日期*/
     @Excel(name = "出运日期", width = 15)
     @ApiModelProperty(value = "出运日期")
-    private String outdata;
+    private Data outdata;
     /**汇率*/
     @Excel(name = "汇率", width = 15)
     @ApiModelProperty(value = "汇率")

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/orderData/service/impl/SyOrderDataServiceImpl.java

@@ -62,7 +62,7 @@ public class SyOrderDataServiceImpl extends ServiceImpl<SyOrderDataMapper, SyOrd
         return syOrderDataMapper.queryList(sy,page);
     }
 
-    @Scheduled(cron = "0 05 11 * * ?")
+    //@Scheduled(cron = "0 05 11 * * ?")
     public JSONObject QuerySyOrder() {
         //得到系统时间
         Date day=new Date();