Commit 521af030 authored by suhuiguang's avatar suhuiguang

1.1.问题生成适配详情打开修改

parent 1cbbd022
......@@ -22,7 +22,7 @@ public class CylinderQuestionInfoServiceImpl extends BaseService<CylinderQuestio
* 分页查询
*/
public Page<CylinderQuestionInfoDto> queryForCylinderQuestionInfoPage(Page<CylinderQuestionInfoDto> page, String questionType, @Condition(value = Operator.like) String regionCode, String questionAttributionId) {
return this.queryForPage(page, "happen_date", true, questionType, regionCode, questionAttributionId);
return this.queryForPage(page, "happen_date", false, questionType, regionCode, questionAttributionId);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment