|
@@ -83,7 +83,7 @@ public class JcJyItemChargeServiceImpl implements JcJyItemChargeService {
|
|
|
// commonParams = commonParams.toUpperCase();
|
|
|
// }
|
|
|
if (StringUtils.isNotBlank(commonParams)) {
|
|
|
- commonParams = commonParams + "%";
|
|
|
+ commonParams = "%"+commonParams + "%";
|
|
|
}
|
|
|
List<JyZdItem> jyZdItemList = jcJyItemChargeMapper.selectJcJyItemByCommonParams(commonParams, pageSize);
|
|
|
List<JyZdItem> zlList = zdChargeItemMapper.selectZlByCommonParams(commonParams, pageSize);
|