|
|
@@ -1806,9 +1806,9 @@ public class SettlementServiceImpl extends ServiceImpl<SettlementMapper, Settlem
|
|
|
//销售收款生成账单
|
|
|
public void testSaleCollectionSaveVoucher(Settlement settlement, String accountName, String corpName, String account) throws Exception {
|
|
|
// TODO 临时屏蔽
|
|
|
- if (!"test".equals(AuthUtil.getTenantId())) {
|
|
|
+ /*if (!"test".equals(AuthUtil.getTenantId())) {
|
|
|
return;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
//非达沃特用户直接返回
|
|
|
if (!"681169".equals(AuthUtil.getTenantId())) {
|