|
@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="chargePhone != null and chargePhone != ''"> and charge_phone = #{chargePhone}</if>
|
|
|
<if test="imgUrl != null and imgUrl != ''"> and img_url = #{imgUrl}</if>
|
|
|
</where>
|
|
|
+ order by create_by desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectCooperativeById" parameterType="java.lang.Long" resultMap="CooperativeResult">
|