Browse Source

修改查看订单列表查询逻辑

cgp 13 hours ago
parent
commit
0a54205070

+ 1 - 1
fs-company/src/main/java/com/fs/company/controller/qw/FsCompanyCustomerController.java

@@ -272,7 +272,7 @@ public class FsCompanyCustomerController extends BaseController {
     }
 
     /**
-     * 查询客户信息表订单列表信息
+     * 查询客户信息表订单列表信息
      * */
     @ApiOperation("查询客户订单列表信息")
     @GetMapping("/getOrderList")

+ 1 - 1
fs-service/src/main/resources/mapper/qw/FsCompanyExternalPayReceiptMapper.xml

@@ -75,7 +75,7 @@
             <if test="corpId != null and corpId != ''">
                 and corp_id = #{corpId}
             </if>
-            <if test="status != null and status != ''">
+            <if test="status != null">
                 and status = #{status}
             </if>
             <if test="companyUserId != null and companyUserId != ''">