| | |
| | | <if test="propertyCompanyComment.checkStatus!=null"> |
| | | and jpcc.check_status = #{propertyCompanyComment.checkStatus} |
| | | </if> |
| | | |
| | | <if test="propertyCompanyComment.createUser!=null"> |
| | | and jpcc.create_user = #{propertyCompanyComment.createUser} |
| | | </if> |
| | | </select> |
| | | |
| | | <!--自定义分页查询(递归)--> |
| | |
| | | <if test="propertyCompanyComment.checkStatus!=null"> |
| | | and jpcc.check_status = #{propertyCompanyComment.checkStatus} |
| | | </if> |
| | | |
| | | <if test="propertyCompanyComment.createUser!=null"> |
| | | and jpcc.create_user = #{propertyCompanyComment.createUser} |
| | | </if> |
| | | </select> |
| | | |
| | | <!--递归查询--> |