记得上下班打卡 | git大法好,push需谨慎

Commit e4318a1b authored by 胡佳晨's avatar 胡佳晨

退款状态

parent 3770c295
...@@ -199,9 +199,8 @@ public class KylinRefundsStatusServiceImpl { ...@@ -199,9 +199,8 @@ public class KylinRefundsStatusServiceImpl {
objectA[0] = orderStatusTable.getStatus(); objectA[0] = orderStatusTable.getStatus();
objectA[1] = orderStatusTable.getUpdatedAt(); objectA[1] = orderStatusTable.getUpdatedAt();
objectA[2] = orderInfo.getOrderTicketsId(); objectA[2] = orderInfo.getOrderTicketsId();
LocalDateTime now1 = LocalDateTime.now(); objectA[3] = now1;
objectA[3] = now1 objectA[4] = now1;
objectA[4] = now1
sqlsDataA.add(objectA); sqlsDataA.add(objectA);
Object[] objectC = ObjectUtil.cloneObjectsArray(13); Object[] objectC = ObjectUtil.cloneObjectsArray(13);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment