Commit d12c71f6 by guojuxing

排序sql的#{}改成$

parent 4f832ea2
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
</foreach> </foreach>
</if> </if>
<if test="orderByStr != null and orderByStr != '' "> <if test="orderByStr != null and orderByStr != '' ">
#{orderByStr} ${orderByStr}
</if> </if>
</select> </select>
......
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