Commit 59c8fbc1 by liyanlin

fix

parent effc6d3e
......@@ -156,7 +156,7 @@ public class GeneralManagerCheckState extends CostState {
//收款不需要审核
return true;
}
if (costDomain.getProjectType().equalsIgnoreCase("DSP")) {
if (costDomain.getProjectType() != null && costDomain.getProjectType().equalsIgnoreCase("DSP")) {
//DSP不需要审核
return true;
}
......
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