浏览代码

用友接口

hfxc226 2 年之前
父节点
当前提交
acbb1d9765
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/sb/SbInfoMapper.xml

@@ -746,7 +746,7 @@ user.real_name as saveUserName,sb.repair_dept_id
 
     <select id="selectCountByPositionGroup" parameterType="java.lang.String"
             resultType="java.util.Map">
-        select position.id, position.name, position.type, position.parent_id parentId, count(info.id) as num
+        select position.id, position.name, position.code, position.type, position.parent_id parentId, count(info.id) as num
         from t_sb_position position
         left join t_sb_info info on info.position_id=position.id
         where position.type in (1, 2) and position.del_flag=0