|
@@ -2,7 +2,7 @@
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="cn.com.victorysoft.business.cyyzs.dao.WellDailyDao">
|
|
<mapper namespace="cn.com.victorysoft.business.cyyzs.dao.WellDailyDao">
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- RQ, JH, SCSJ, GXYL, YY, TY, RZSL, RPZSL, BZ
|
|
|
|
|
|
+ RQ, JH, SCSJ, GXYL, YY, TY, RZSL, RPZSL, BZ, ZSCW
|
|
</sql>
|
|
</sql>
|
|
<select id="selectList" parameterType="cn.com.victorysoft.business.cyyzs.param.WellDailyParam"
|
|
<select id="selectList" parameterType="cn.com.victorysoft.business.cyyzs.param.WellDailyParam"
|
|
resultType="cn.com.victorysoft.business.cyyzs.entity.WellDaily">
|
|
resultType="cn.com.victorysoft.business.cyyzs.entity.WellDaily">
|
|
@@ -14,7 +14,7 @@
|
|
<if test="wellname != null and wellname != ''">
|
|
<if test="wellname != null and wellname != ''">
|
|
and JH = #{wellname,jdbcType=VARCHAR}
|
|
and JH = #{wellname,jdbcType=VARCHAR}
|
|
</if>
|
|
</if>
|
|
- order by jh
|
|
|
|
|
|
+ order by RQ desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|