|
|
@@ -29,7 +29,7 @@ |
|
|
<if test=" null != status"> |
|
|
<if test=" null != status"> |
|
|
and `status` = #{status} |
|
|
and `status` = #{status} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null == sortColumns"> order by create_date asc </if> |
|
|
|
|
|
|
|
|
order by create_date asc |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxMiniappTheme" resultMap="BaseResultMap"> |
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxMiniappTheme" resultMap="BaseResultMap"> |
|
|
|