Commit 6f78d387 by 高鹏

Merge branch 'feat-C1554' into 'master'

fixbug

See merge request rays/pcloud-book!141
parents b920e285 92ded6e3
...@@ -1706,7 +1706,6 @@ ...@@ -1706,7 +1706,6 @@
AND I.ADVISER_ID = #{adviserId} AND I.is_group_book = 1 AND I.ADVISER_ID = #{adviserId} AND I.is_group_book = 1
WHERE WHERE
I.ID IS NULL I.ID IS NULL
AND
<if test="typeCode!=null"> <if test="typeCode!=null">
AND AND
B.TYPE_CODE = #{typeCode} B.TYPE_CODE = #{typeCode}
......
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