Commit c8b4959f by Java-聂换换

修改分润

parent 98e1c302
...@@ -36,11 +36,6 @@ public class OrderService { ...@@ -36,11 +36,6 @@ public class OrderService {
} }
public static void main(String[] args){
Date date = new Date(1522723599416L);
System.out.println(new Date(1522723775000l));
System.out.println(System.currentTimeMillis());
}
} }
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
WHERE WHERE
a.is_flow = 'N' a.is_flow = 'N'
AND a.is_tip = 'N' AND a.is_tip = 'N'
AND a.category_id = 28
AND a.scope LIKE CONCAT('%',( AND a.scope LIKE CONCAT('%',(
SELECT SELECT
yu. LEVEL yu. LEVEL
......
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