| | |
| | | } |
| | | return d.longValue(); |
| | | } |
| | | public static BigDecimal formatBigDecimal(BigDecimal d) { |
| | | if (d == null) { |
| | | new BigDecimal(0); |
| | | } |
| | | return d; |
| | | } |
| | | |
| | | /** |
| | | * Job常量 |
| | |
| | | |
| | | |
| | | public enum smsContent { |
| | | accept(0, "SMS_491325122","您的{order}订单已被接单!时间:{time1}-{time2},接单方:{name}。"), |
| | | accept(0, "SMS_491325122","您的{order}订单已被接单!时间:{time1}-{time2},可进入小程序联系接单方。"), |
| | | receiveCancel(1, "SMS_491055243","您的{order}订单,时间:{time1}-{time2},已被接单方取消,订单已重新进入接单大厅。"), |
| | | platformCancel(2, "SMS_491375152","您的{order}订单,时间:{time1}-{time2},已由平台取消。如有疑问请联系客服。"), |
| | | agreeUpd(3, "SMS_491190259","接单方已同意您将{order}的订单时间修改为{time1}至{time2}。"), |