fix(): 客户培训日期增加判空 避免stateFlag统计错误

main
lishiwei 2026-08-27 10:25:24 +08:00
parent afad1d2500
commit ed686466a9
1 changed files with 1 additions and 0 deletions

View File

@ -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=")">