| | |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.GregorianCalendar; |
| | | import java.util.List; |
| | | |
| | | import static org.reflections.Reflections.log; |
| | |
| | | private String orderName = ""; |
| | | private Long userId = 9999L; |
| | | private boolean signDanger = true; |
| | | private String groupGoodsNo = ""; |
| | | |
| | | |
| | | public OrderOutBatchUtil() { |
| | |
| | | this.orderName = orderName; |
| | | this.userId = 9999L; |
| | | this.signDanger = signDanger; |
| | | } |
| | | |
| | | public OrderOutBatchUtil(String orderOneNo, String cstmrName, String ip, String action,String orderName,boolean signDanger,String groupGoodsNo ) { |
| | | this.errorMsgOrderLoc = ""; |
| | | this.sign = true; |
| | | this.orderOneNo = orderOneNo; |
| | | this.cstmrName = cstmrName; |
| | | this.ip = ip; |
| | | this.action = action; |
| | | this.orderName = orderName; |
| | | this.userId = 9999L; |
| | | this.signDanger = signDanger; |
| | | this.groupGoodsNo = groupGoodsNo; |
| | | } |
| | | |
| | | public R setOrderOutBatch() { |
| | |
| | | param.setOrderNo(orderOneNo); |
| | | param.setCstmrName(cstmrName); |
| | | param.setOrderName(orderName); |
| | | param.setGroupGoodsNo(groupGoodsNo); |
| | | |
| | | if (sign && total > 0) { |
| | | workService.startupFullTakeStoreOrder(param, 9999L); |