소스 검색

代码合并

chenguo 2 주 전
부모
커밋
ef3141e0ea
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      fs-service/src/main/java/com/fs/hisStore/service/impl/FsStoreOrderScrmServiceImpl.java

+ 0 - 2
fs-service/src/main/java/com/fs/hisStore/service/impl/FsStoreOrderScrmServiceImpl.java

@@ -713,8 +713,6 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
             if (param.getOrderCreateType() != null && param.getOrderCreateType() == 3 && param.getCompanyId() != null) {
                 //后台制单 判断是否需要付款
                 Company company = companyMapper.selectCompanyById(param.getCompanyId());
-                if (company != null) {
-                    if (company.getIsPay() != null && company.getIsPay() == 0) {
                 if(company!=null){
                     if (company.getIsPay() != null && company.getIsPay() == 0 && param.getIsUserApp()) {
                         //不需要付款