@@ -272,7 +272,7 @@ public class FsCompanyCustomerController extends BaseController {
}
/**
- * 查询客户信息你表订单列表信息
+ * 查询客户信息表订单列表信息
* */
@ApiOperation("查询客户订单列表信息")
@GetMapping("/getOrderList")
@@ -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 test="companyUserId != null and companyUserId != ''">