瀏覽代碼

普通报销创建默认添加本公司,付款方式默认银行

chenjun 1 年之前
父節點
當前提交
f782084e0a

+ 2 - 0
zjugis-business/src/main/java/com/zjugis/business/flow/commoncost/service/CommonCostServiceImpl.java

@@ -88,6 +88,8 @@ public class CommonCostServiceImpl implements CommonCostService {
                 entity.setApplyTime(LocalDateTime.now());
                 entity.setCreateTime(LocalDateTime.now());
                 entity.setFlowStatus(FLOW_NOT_START);
+                entity.setPaymentCompanyId("4e99393c-c0ea-4146-a7fb-56fb8019c477");
+                entity.setPaymentMethod(1);
                 CommonResult<AdminUserRespDTO> result = adminUserApi.getUser(userId);
                 if (result.isSuccess()) {
                     entity.setUserNickname(result.getData().getNickname());