记得上下班打卡 | git大法好,push需谨慎

Commit 9a3d1a35 authored by jiangxiulong's avatar jiangxiulong

发放优惠券延期先注释掉

parent f72f1f10
......@@ -171,7 +171,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg
// 发放状态
receivingStatus = 2;
}
if (prizeType == 3 || prizeType == 4 || prizeType == 5) {// 优惠券
/*if (prizeType == 3 || prizeType == 4 || prizeType == 5) {// 优惠券
// 发放优惠券
LinkedList<String> sqls = CollectionUtil.linkedListString();
LinkedList<Object[]> sqlsDataA = CollectionUtil.linkedListObjectArr();
......@@ -184,7 +184,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg
SqlMapping.gets(sqls, sqlsDataA));
// 发放状态
receivingStatus = 2;
}
}*/
if (prizeType == 1) { // 谢谢惠顾
receivingStatus = 3;
}
......
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