fix(): 客户培训日期增加判空 避免stateFlag统计错误
parent
afad1d2500
commit
ed686466a9
|
|
@ -27,6 +27,7 @@
|
||||||
from training_user
|
from training_user
|
||||||
<where>
|
<where>
|
||||||
delete_enum = 'false'
|
delete_enum = 'false'
|
||||||
|
and start_time IS NOT NULL
|
||||||
<if test="params.phones != null">
|
<if test="params.phones != null">
|
||||||
and phone in
|
and phone in
|
||||||
<foreach item="phone" collection="params.phones" open="(" separator="," close=")">
|
<foreach item="phone" collection="params.phones" open="(" separator="," close=")">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue