|
@@ -2174,6 +2174,9 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
public boolean checkMemberType(InputSonProject in) {
|
|
public boolean checkMemberType(InputSonProject in) {
|
|
|
BusinessProject businessProject = businessProjectMapper.selectByTid(in.getTid());
|
|
BusinessProject businessProject = businessProjectMapper.selectByTid(in.getTid());
|
|
|
if (businessProject.getProjectType()==1){
|
|
if (businessProject.getProjectType()==1){
|
|
|
|
|
+ if (in.getHtMember()==null&&in.getAdditionalDeduction()==null&&in.getRdAwardsubsidy()==null){
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }
|
|
|
if (in.getHtMember()==0&&in.getAdditionalDeduction()==0&&in.getRdAwardsubsidy()==0){
|
|
if (in.getHtMember()==0&&in.getAdditionalDeduction()==0&&in.getRdAwardsubsidy()==0){
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|