|
|
@ -82,7 +82,7 @@ public class TbsActivityServiceImpl extends ServiceImpl<TbsActivityMapper,TbsAct |
|
|
|
public void modify(TbsActivityBo activityBo) { |
|
|
|
TbsCostApply costApply = costApplyService.getById(activityBo.getCostApplyId()); |
|
|
|
if(!costApply.getChargeState().equals(TbsCostApplyState.State_0_unPublish.getCode()) |
|
|
|
&&!costApply.getChargeState().equals(TbsCostApplyState.State_0_unPublish.getCode())){ |
|
|
|
&&!costApply.getChargeState().equals(TbsCostApplyState.State_4_refused.getCode())){ |
|
|
|
Assert.throwEx("因费用状态不支持编辑!!"); |
|
|
|
} |
|
|
|
BmsSupplier supplier = supplierService.getById(costApply.getSupplierId()); |
|
|
|