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

Commit 2207992a authored by 胡佳晨's avatar 胡佳晨

admin

parent 35165b34
......@@ -187,9 +187,9 @@
function changeInfo(changeBtn) {
var tr = $(changeBtn).parent().parent();//tr对象
tr.find('td').each(function (i, td) {
if ($(td).find("input").attr("name") == "priceDiscountMember") {//过滤修改列
$(td).find("input").removeAttr("readonly")
}
// if ($(td).find("input").attr("name") == "priceDiscountMember") {//过滤修改列
// $(td).find("input").removeAttr("readonly")
// }
if ($(td).find("input").attr("name") == "memberLimitCount") {//过滤修改列
$(td).find("input").removeAttr("readonly")
}
......
......@@ -65,7 +65,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
myCoupon.add(baseVo);
}
}
//排序
//排序 可用->金额->类型->过期时间
memberCoupon.sort(Comparator.comparing(CandyCouponVo::getState));
myCoupon.sort(Comparator.comparing(CandyCouponVo::getState));
vo.setMemberCoupon(memberCoupon);
......
......@@ -185,7 +185,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
}
}
if (isMember) {
if (isMember || advanceMap != null) {
if (DateUtil.compareStrDay(DateUtil.getNowTime(), memberTimeStart) == -1) {
return ResponseDto.failure(ErrorMapping.get("20011"));//未开始
}
......
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