Commit 2e5f2d07 authored by zhangsen's avatar zhangsen

巡检记录bug修改

parent 7d1454dc
......@@ -28,7 +28,8 @@ public interface CheckMapper extends BaseMapper {
List<CheckInfoVo> getCheckInfoNew(CheckInfoPageParam param);
@Select("SELECT\n" +
@Select("<script>"
+ "SELECT\n" +
" a.id,\n" +
" a.org_code,\n" +
" a.point_id pointId,\n" +
......@@ -124,7 +125,7 @@ public interface CheckMapper extends BaseMapper {
" <choose>\n" +
" <when test=\"pageSize==-1\"></when>\n" +
" <when test=\"pageSize!=-1\">limit #{offset}, #{pageSize}</when>\n" +
" </choose>")
" </choose>" + "</script>")
List<CheckInfoVo> getCheckInfoNewPro(CheckInfoPageParam param);
long getCheckInfoCount(CheckInfoPageParam param);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment