fix:分标委简称
This commit is contained in:
@@ -15,6 +15,9 @@ public class FindByName implements Serializable {
|
||||
@ApiModelProperty(value = "分标委名称")
|
||||
private java.lang.String name;
|
||||
|
||||
@ApiModelProperty(value = "分标委简称")
|
||||
private java.lang.String abbreviation;
|
||||
|
||||
@ApiModelProperty(value = "备注")
|
||||
private java.lang.String remarks;
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
</collection>
|
||||
</resultMap>
|
||||
<select id="listThree" resultMap="people">
|
||||
SELECT pe.id as id,pe.name as name,pe.remarks,#{companyName} as companyName,#{name} as tname
|
||||
SELECT pe.id as id,pe.name as name,pe.abbreviation,pe.remarks,#{companyName} as companyName,#{name} as tname
|
||||
from
|
||||
pay_case_committee pe
|
||||
left JOIN pay_case_committee_subitem pm on (pe.id = pm.committee_id)
|
||||
|
||||
Reference in New Issue
Block a user