101captain
2022-02-15 b2ad8d279a8cff2c9aba051bfabf0b9a0fc1e85d
三社功能提交
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActSocialWorkerDao.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialWorkerMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActSocialWorkerDao.java
@@ -41,7 +41,7 @@
     * @param type
     * @return
     */
    Integer selectType(Integer type);
    Integer selectType(@Param("type") Integer type);
    /**
     * 社工技能分布查询
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActSocialWorkerMapper.xml
@@ -89,7 +89,7 @@
        </where>
    </select>
    
    <select id="selectCount" resultType="Integer">
    <select id="selectType" resultType="Integer">
        select count(id) from com_act_social_worker where street_id = 15
        <if test="type ==1">
            and 30 >age