Commit 1f51556f authored by hezhen's avatar hezhen

123

parent 4940d715
......@@ -25,7 +25,7 @@ public class VehicleExtensionVO extends VehicleExtension {
private Integer isParentSelected;
@ApiModelProperty("客户是否多选:0-否,1-是")
private Integer isMore;
private Integer isInputMore;
public List<VehicleExtensionVO> children;
......
......@@ -87,7 +87,7 @@
SELECT
c.id,
c.`name` as cataName,
c.`is_input_more` as isMore,
c.`is_input_more` as isInputMore,
<choose>
<when test="vehicleId != null and vehicleId != ''">
IF(e.cata_id is NULL,0,1) as isSelected,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment