lidongdong
2023-03-01 5665e7d03e6cf9cfd97c1204b9c5f45f51b8020e
修改走访任务定时新建
1个文件已修改
22 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbDynDAO.java 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbDynDAO.java
@@ -19,16 +19,18 @@
 **/
@Mapper
public interface ComPbDynDAO extends BaseMapper<ComPbDynDO> {
     @Select("<script> " +
     " <where>" +
     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
     " </if> " +
     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
     " </if> " +
     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
     " </if> " +
     " </where>" +
     "</script>")
//     @Select("<script> " +
//     " <where>" +
//     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
//     " </if> " +
//     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
//     " </if> " +
//     "<if test='nameCn != null and nameCn.trim() != &quot;&quot;'>" +
//     " </if> " +
//     " </where>" +
//     "</script>")
     @Select("<script> " +"SELECT * FROM com_pb_dyn where community_id in (${partyBuildingComPbDynVO.communityIds})" +"</script>")
    IPage<PartyBuildingComPbDynVO> pageYnamic(Page page,
        @Param("partyBuildingComPbDynVO") PartyBuildingComPbDynVO partyBuildingComPbDynVO);