|
|
@@ -89,7 +89,7 @@ public class FlowInstance { |
|
|
|
* @throws Exception |
|
|
|
*/ |
|
|
|
public void create(int bill_type) throws Exception { |
|
|
|
Party loginParty = PartyCache.getInstance().get(us.getCompanyId()); |
|
|
|
Party loginParty = PartyCache.getInstance().get(us.getPartyId()); |
|
|
|
if (EntityHelper.isEmpty(loginParty)) { |
|
|
|
throw new BizException("当前登录人员管理单位信息为空,请检查后保存!"); |
|
|
|
} |
|
|
|