|
@@ -47,7 +47,7 @@
|
|
|
and menu.update_user_name = #{updateUserName}
|
|
|
</if>
|
|
|
<if test="createdTimeStart != null">
|
|
|
- and menu.created_time <![CDATA[>=]]>; #{createdTimeStart}
|
|
|
+ and menu.created_time <![CDATA[>=]]> #{createdTimeStart}
|
|
|
</if>
|
|
|
<if test="createdTimeEnd != null">
|
|
|
and menu.created_time <![CDATA[<=]]> #{createdTimeEnd}
|