| | |
| | | and jp.principal_phone like concat('%', #{placeCheck.principalPhone},'%') |
| | | </if> |
| | | |
| | | <if test="nineTypeList!=null and nineTypeList.size()>0"> |
| | | and jp.nine_type in |
| | | <foreach collection="nineTypeList" separator="," open="(" close=")" item="nineType"> |
| | | #{nineType} |
| | | </foreach> |
| | | </if> |
| | | |
| | | <if test="placeCheck.startTime!=null and placeCheck.startTime!=''"> |
| | | and date_format(jpc.create_time,'%Y-%m-%d') >= #{placeCheck.startTime} |
| | | </if> |
| | |
| | | and jp.principal_phone like concat('%', #{placeCheck.principalPhone},'%') |
| | | </if> |
| | | |
| | | <if test="nineTypeList!=null and nineTypeList.size()>0"> |
| | | and jp.nine_type in |
| | | <foreach collection="nineTypeList" separator="," open="(" close=")" item="nineType"> |
| | | #{nineType} |
| | | </foreach> |
| | | </if> |
| | | |
| | | <if test="placeCheck.startTime!=null and placeCheck.startTime!=''"> |
| | | and date_format(jpc.create_time,'%Y-%m-%d') >= #{placeCheck.startTime} |
| | | </if> |