1.4.5 bug修复版本:修复商品详情优惠券不显示,修复后台发货与退款判断冲突,修复公众号提示服务器出现故障的问题

This commit is contained in:
hupeng
2019-12-15 21:19:41 +08:00
parent a060e73e39
commit addcb683f3
10 changed files with 44 additions and 13 deletions

View File

@ -107,7 +107,7 @@ public class OrderUtil {
* @return
*/
public static int orderStatus(int paid,int status,int refund_status){
//todo 1-付款 2-未发货 3-退款中 4-待收货 5-待评价 6-已完成 7-已退款
//todo 1-付款 2-未发货 3-退款中 4-待收货 5-待评价 6-已完成 7-已退款
int _status = 0;
if(paid == 0 && status == 0 && refund_status == 0){