|
@ -63,7 +63,7 @@ |
|
|
<select id="selPersonCount" resultType="java.lang.Integer"> |
|
|
<select id="selPersonCount" resultType="java.lang.Integer"> |
|
|
select |
|
|
select |
|
|
count(*) |
|
|
count(*) |
|
|
from crm_docking_people where customerSid =#{sid} |
|
|
from crm_docking_people where customerSid =#{customerSid} |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectBySid" resultType="java.lang.Integer"> |
|
|
<select id="selectBySid" resultType="java.lang.Integer"> |
|
|
SELECT COUNT(*) |
|
|
SELECT COUNT(*) |
|
|