| | |
| | | private String otherRemark; |
| | | @ApiModelProperty(value = "单位所属") |
| | | private String belongTo; |
| | | @ApiModelProperty(value = "联系人json") |
| | | private String adminJson; |
| | | } |
| | | |
| | |
| | | private String otherRemark; |
| | | @ApiModelProperty(value = "单位所属") |
| | | private String belongTo; |
| | | @ApiModelProperty(value = "联系人json") |
| | | private String adminJson; |
| | | } |
| | | |
| | |
| | | private String otherRemark; |
| | | @ApiModelProperty(value = "单位所属") |
| | | private String belongTo; |
| | | @ApiModelProperty(value = "联系人json") |
| | | private String adminJson; |
| | | } |
| | |
| | | private String otherRemark; |
| | | |
| | | private String belongTo; |
| | | |
| | | private String adminJson; |
| | | } |
| | | |
| | |
| | | </select> |
| | | |
| | | <select id="selectOrgAdmin" resultType="Integer"> |
| | | select count(*) from com_pb_check_unit where admin_phone = #{phone} |
| | | select count(*) from com_pb_check_unit where admin_json like concat('%',#{phone},'%') |
| | | </select> |
| | | </mapper> |