lidongdong
2023-03-01 4e16b68428750327601f3eb3ec3523dd2dec5392
修改走访任务定时新建
1个文件已修改
21 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbDynDAO.java 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbDynDAO.java
@@ -19,17 +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` " +"</script>")
    IPage<PartyBuildingComPbDynVO> pageYnamic(Page page,
        @Param("partyBuildingComPbDynVO") PartyBuildingComPbDynVO partyBuildingComPbDynVO);