| | |
| | | "w.`status`,\n" + |
| | | "count(wu.id)start_num,\n" + |
| | | "w.`detail`,\n" + |
| | | "w.start_num,\n" + |
| | | "w.form,\n" + |
| | | "su.`name` responsible_name,\n" + |
| | | "w.score,\n" + |
| | |
| | | "<if test='comActMicroWishVO.status != null '>" + |
| | | "AND w.`status` = #{comActMicroWishVO.status} \n" + |
| | | " </if> " + |
| | | "<if test='comActMicroWishVO.createBegin != null and comActMicroWishVO.createBegin.trim() != ""'>" + |
| | | "<if test='comActMicroWishVO.createBegin != null '>" + |
| | | "AND w.create_at BETWEEN #{comActMicroWishVO.createBegin} \n" + |
| | | "AND #{comActMicroWishVO.createEnd}" + |
| | | " </if> " + |
| | |
| | | IPage<ComActMicroWishVO> pageMicroWish(Page page, @Param("comActMicroWishVO") ComActMicroWishVO comActMicroWishVO); |
| | | @Select("SELECT\n" + |
| | | "w.id,\n" + |
| | | "w.start_num,\n" + |
| | | "u.name sponsor_name,\n" + |
| | | "w.create_at,\n" + |
| | | "u.image_url,\n" + |