Refactor project pages and update related docs
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
|
||||
<sql id="AccountInfoWhereClause">
|
||||
WHERE 1 = 1
|
||||
AND ai.owner_type <> 'CREDIT_CUSTOMER'
|
||||
<if test="query.staffName != null and query.staffName != ''">
|
||||
AND (
|
||||
(ai.owner_type = 'EMPLOYEE' AND bs.name LIKE CONCAT('%', #{query.staffName}, '%'))
|
||||
|
||||
Reference in New Issue
Block a user