Commit 9797a596 by 郑云飞

init

parent 75a592c5
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<select id="selectByParamPageList" resultMap="BaseResultMap" parameterType="com.yunniu.farming.webadmin.model.OrderMain"> <select id="selectByParamPageList" resultMap="BaseResultMap" parameterType="com.yunniu.farming.webadmin.model.OrderMain">
SELECT SELECT
<where> <where>
<if test="appflag != null and appflag != ''"> <if test="appflag == null or appflag != ''">
ordermain.itype = 10 ordermain.itype = 10
</if> </if>
<if test="id != null"> <if test="id != null">
......
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