|
@@ -52,6 +52,9 @@ public class QykhPlanDetailsServiceImpl implements QykhPlanDetailsService {
|
|
|
if (StringUtils.isNotBlank(guaranteeInfoDTO.getPlantitle())) {
|
|
|
sql.append("and plantitle like '%" + guaranteeInfoDTO.getPlantitle() + "%' ");
|
|
|
}
|
|
|
+ if (guaranteeInfoDTO.getPlanid() != null ) {
|
|
|
+ sql.append("and planid =" + guaranteeInfoDTO.getPlanid() + " ");
|
|
|
+ }
|
|
|
sql.append(" order by time desc ");
|
|
|
try {
|
|
|
conn = qykhDataSource.getConnection();
|