|
@@ -83,7 +83,7 @@ public class ChargeListService {
|
|
|
v.setStatement("");
|
|
|
}
|
|
|
v.setBegndate(v.getBegndate() + " 00:00:00");
|
|
|
- v.setEnddate(v.getEnddate() + " 23:59:59.999");
|
|
|
+ v.setEnddate(v.getEnddate() + " 23:59:59");
|
|
|
List<ChargeItem> chargeList = v.needChargeDate()
|
|
|
? dao.getChargeListWithChargeDate(v)
|
|
|
: dao.getChargeListWithoutChargeDate(v);
|