Ver código fonte

需求修改

zt 6 meses atrás
pai
commit
5ab0d8920f

+ 1 - 18
pro-base/src/main/java/com/idea/oa/apply/service/ApplyPaymentSettleService.java

@@ -123,24 +123,7 @@ public class ApplyPaymentSettleService implements BaseService<ApplyPaymentSettle
 
     public Map<String, Object> getUserInfoByUserId(String userId) {
         Map<String, Object> userInfoByUserId = ApplyPaymentSettleExtendMapper.getUserInfoByUserId(userId);
-//        if (userInfoByUserId.get("posts") == null) {
-//            userInfoByUserId.put("posts", null);
-//        }
-//
-//        if (userInfoByUserId.get("postName") == null) {
-//            userInfoByUserId.put("postName", null);
-//        }
-//
-//        if (userInfoByUserId.get("truename") == null) {
-//            userInfoByUserId.put("truename", null);
-//        }
-//
-//        if (userInfoByUserId.get("department") == null) {
-//            userInfoByUserId.put("department", null);
-//        }
-//        if (userInfoByUserId.get("deptName") == null) {
-//            userInfoByUserId.put("deptName", null);
-//        }
+
 
 
         return userInfoByUserId;