|
|
@ -325,6 +325,10 @@ public class ScmVehRebateService extends MybatisBaseService<ScmVehRebateMapper, |
|
|
|
String withholdingDateCopy = year + "年" + month + "月"; |
|
|
|
record.setWithholdingDate(parse.toString()); |
|
|
|
record.setWithholdingDateCopy(withholdingDateCopy); |
|
|
|
//所属年月
|
|
|
|
String palceGenDate = record.getPalceGenDate(); |
|
|
|
String[] split = palceGenDate.split("-"); |
|
|
|
record.setPalceGenDateCopy(split[0] + "年" + split[1] + "月"); |
|
|
|
} |
|
|
|
PagerVo<ScmVehRebateVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|
return p; |
|
|
|