|
|
@@ -55,7 +55,6 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null == sortColumns">order by </if> |
|
|
|
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxQuestionOneselfLog" resultMap="BaseResultMap"> |
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxQuestionOneselfLog" resultMap="BaseResultMap"> |
|
|
|