|
@@ -307,7 +307,7 @@ public class ExpenseSheetServiceImpl extends ServiceImpl<ExpenseSheetMapper, Exp
|
|
|
expenseSheet.setOwnerId(first.get().getId());
|
|
|
expenseSheet.setOwnerName(first.get().getName());
|
|
|
} else {
|
|
|
- if(wxCorpInfo!=null&&wxCorpInfo.getSaasSyncContact()==1){
|
|
|
+ if(wxCorpInfo!=null&&wxCorpInfo.getSaasSyncContact()!=1){
|
|
|
throw new Exception("报销人[" +reimburserCell+"]不存在");
|
|
|
}else {
|
|
|
throw new Exception("报销人/工号[" +reimburserCell+"]不存在");
|