Explorar el Código

[时间工具类][修改][产生多余数据问题]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
a3db2cf312
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/utils/DateUtils.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/utils/DateUtils.java Ver fichero

@@ -526,8 +526,8 @@ public class DateUtils {
if (startDay > 30) {
startMonth++;
startDay -= 30;
listTjTime.add(startYear + "-" + startMonth + "-0"
+ startDay);
//listTjTime.add(startYear + "-" + startMonth + "-0"
// + startDay);
} else {
// listTjTime.add(startYear+"-0"+startMonth+"-"+(startDay>9?startDay:"0"+startDay));
}


Cargando…
Cancelar
Guardar