Parcourir la source

公文收文info接口查询增加字段

dzx il y a 6 mois
Parent
commit
619a13fab7

+ 3 - 0
src/main/java/com/xjrsoft/module/oa/controller/OfficialDocumentReceivedController.java

@@ -98,6 +98,9 @@ public class OfficialDocumentReceivedController {
 
         if(officialDocumentReceived.getHandleDutyUserId() != null){
             User handleDutyUser = userService.getById(officialDocumentReceived.getHandleDutyUserId());
+            if(){
+
+            }
             bean.setHandleDutyUserName(handleDutyUser.getName());
         }