|
@@ -1175,7 +1175,7 @@ func CreateBigOrder(context *admin.Context) (interface{}, error) {
|
|
if param.CreateType == 3 {
|
|
if param.CreateType == 3 {
|
|
if bigEnd != 0 {
|
|
if bigEnd != 0 {
|
|
enddate = GetDATE(param.PayCycle, param.CycleType, bigEnd)
|
|
enddate = GetDATE(param.PayCycle, param.CycleType, bigEnd)
|
|
- startdate = time.Unix(bigEnd, 0)
|
|
|
|
|
|
+ startdate = time.Unix(bigEnd, 0).AddDate(0, 0, 1)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if param.CreateType == 2 {
|
|
if param.CreateType == 2 {
|