Parcourir la source

产线看板 品质

chenc il y a 4 ans
Parent
commit
045a9d9326

+ 1 - 1
src/main/java/org/jeecg/modules/fbsWorkshopDispatchList/service/IFbsWorkshopDispatchListService.java

@@ -63,7 +63,7 @@ public interface IFbsWorkshopDispatchListService extends IService<FbsWorkshopDis
     * @Param [manHoursCompleted, fbsWorkshopDispatchListId]
     * @return boolean
     */
-    boolean writeBackManHoursCompleted(String manHoursCompleted,String fbsWorkshopDispatchListId);
+    boolean writeBackManHoursCompleted(String manHoursCompleted,String latestCompletedQuantity,String fbsWorkshopDispatchListId);
 
     /**
     * @Author chenchuang