|
@@ -160,7 +160,7 @@ public class AmountSynServiceImpl implements AmountSynService , InitializingBean
|
|
|
|
|
|
for(int i=0;i<metercodes.size();i+=29){
|
|
|
AmountSynParamDto amountSynParamDto= new AmountSynParamDto();
|
|
|
- amountSynParamDto.setYyyymm(year+""+month);
|
|
|
+ amountSynParamDto.setYyyymm(String.format("%04d%02d",year,month));
|
|
|
amountSynParamDto.setCustomerNo(customerNo);
|
|
|
//一次最多查询30个
|
|
|
List<String> selectList ;
|