Advertisement
psi_mmobile

Untitled

Dec 17th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.         //ORDER_NUM logic START
  2.         if (null == currentRow.getAttribute("OrderNum")) {
  3.             currentRow.setAttribute("OrderNum", 0);
  4.         }
  5.         newRow.setAttribute("OrderNum", (Integer)currentRow.getAttribute("OrderNum") + 1);
  6.         //ORDER_NUM logic END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement