hfxc226 2 gadi atpakaļ
vecāks
revīzija
acbb1d9765

+ 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