|
@@ -2434,10 +2434,12 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
}
|
|
}
|
|
|
data.setAmountName(amountName);
|
|
data.setAmountName(amountName);
|
|
|
data.setAmountType(amountType);
|
|
data.setAmountType(amountType);
|
|
|
|
|
+ //不需要限制
|
|
|
if(useOyd.getStatus()==1){
|
|
if(useOyd.getStatus()==1){
|
|
|
map.put("code",true);
|
|
map.put("code",true);
|
|
|
map.put("data",null);
|
|
map.put("data",null);
|
|
|
}else {
|
|
}else {
|
|
|
|
|
+ //需要限制判定小时
|
|
|
if (actualDuration.compareTo(data.getDurationMax())<1){
|
|
if (actualDuration.compareTo(data.getDurationMax())<1){
|
|
|
map.put("code",true);
|
|
map.put("code",true);
|
|
|
map.put("data",null);
|
|
map.put("data",null);
|