|
@@ -172,16 +172,16 @@ public class SysUserController extends ApiBaseController {
|
|
|
|
|
|
@PostMapping("/searchOrg")
|
|
|
@ApiOperation(value = "查询组织机构",
|
|
|
- notes = "参数:{payType:'xxxxxxxxxxxxxxxxxxxx'," +
|
|
|
- "payValue:'xxx'")
|
|
|
+ notes = "参数:{parType:'xxxxxxxxxxxxxxxxxxxx'," +
|
|
|
+ "parValue:'xxx'")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "params" , paramType = "body")
|
|
|
})
|
|
|
public Map searchProductParamByCustomerCode() {
|
|
|
ParameterObject obj = getParameterObject();
|
|
|
OrderSalesParameter salesManager =new OrderSalesParameter();
|
|
|
- String payType = obj.getString("payType");
|
|
|
- String payValue = obj.getString("payValue");
|
|
|
+ String payType = obj.getString("parType");
|
|
|
+ String payValue = obj.getString("parValue");
|
|
|
if("".equals(payType) ||payType ==null){
|
|
|
salesManager.setParType("diy_level");
|
|
|
}else{
|