| | |
| | | @TableField("storeId") |
| | | private Integer storeId; |
| | | |
| | | @ApiModelProperty(value = "镜架型号id") |
| | | @TableField("modelId") |
| | | private Integer modelId; |
| | | // @ApiModelProperty(value = "镜架型号id") |
| | | // @TableField("modelId") |
| | | // private Integer modelId; |
| | | |
| | | @ApiModelProperty(value = "镜架色号") |
| | | @TableField("color") |
| | | private String color; |
| | | // @ApiModelProperty(value = "镜架色号") |
| | | // @TableField("color") |
| | | // private String color; |
| | | // |
| | | // @ApiModelProperty(value = "镜片系列id") |
| | | // @TableField("series") |
| | | // private Integer series; |
| | | |
| | | @ApiModelProperty(value = "镜片系列id") |
| | | @TableField("series") |
| | | private Integer series; |
| | | // @ApiModelProperty(value = "镜片右 球镜+柱镜 逗号拼接 字段为空 客户自带") |
| | | // @TableField("rLens") |
| | | // private String rLens; |
| | | // |
| | | // @ApiModelProperty(value = "镜片左 球镜+柱镜 逗号拼接 字段为空 客户自带") |
| | | // @TableField("lLens") |
| | | // private String lLens; |
| | | |
| | | @ApiModelProperty(value = "镜片右 球镜+柱镜 逗号拼接 字段为空 客户自带") |
| | | @TableField("rLens") |
| | | private String rLens; |
| | | |
| | | @ApiModelProperty(value = "镜片左 球镜+柱镜 逗号拼接 字段为空 客户自带") |
| | | @TableField("lLens") |
| | | private String lLens; |
| | | |
| | | @ApiModelProperty(value = "1球 2非球面 3双非") |
| | | @TableField("type") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "折射率") |
| | | @TableField("refractiveIndex") |
| | | private String refractiveIndex; |
| | | // @ApiModelProperty(value = "1球 2非球面 3双非") |
| | | // @TableField("type") |
| | | // private Integer type; |
| | | // |
| | | // @ApiModelProperty(value = "折射率") |
| | | // @TableField("refractiveIndex") |
| | | // private String refractiveIndex; |
| | | |
| | | @ApiModelProperty(value = "店铺员工id") |
| | | @TableField("sysId") |
| | | private Integer sysId; |
| | | |
| | | @ApiModelProperty(value = "优惠券id") |
| | | @ApiModelProperty(value = "优惠券领取id") |
| | | @TableField("couponId") |
| | | private Integer couponId; |
| | | |
| | | @ApiModelProperty(value = "收费项id") |
| | | @TableField("itemsId") |
| | | private Integer itemsId; |
| | | // |
| | | // @ApiModelProperty(value = "收费项id") |
| | | // @TableField("itemsId") |
| | | // private Integer itemsId; |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | @TableField("remark") |
| | |
| | | @ApiModelProperty(value = "支付金额") |
| | | @TableField("payMoney") |
| | | private BigDecimal payMoney; |
| | | @ApiModelProperty(value = "手续费金额") |
| | | @TableField("commissionMoney") |
| | | private BigDecimal commissionMoney; |
| | | |
| | | @ApiModelProperty(value = "是否加工 1是2否") |
| | | @TableField("isMachining") |
| | |
| | | @ApiModelProperty(value = "核算时间") |
| | | @TableField("accountingTime") |
| | | private LocalDateTime accountingTime; |
| | | |
| | | @ApiModelProperty(value = "品牌id") |
| | | @TableField("brandId") |
| | | private Integer brandId; |
| | | |
| | | @ApiModelProperty(value = "品牌名称") |
| | | @TableField("brandName") |
| | | private String brandName; |
| | | |
| | | @ApiModelProperty(value = "系列名称") |
| | | @TableField("seriesName") |
| | | private String seriesName; |
| | | |
| | | @ApiModelProperty(value = "型号名称") |
| | | @TableField("modelName") |
| | | private String modelName; |
| | | @ApiModelProperty(value = "手动添加订单-用户姓名") |
| | | @ApiModelProperty(value = "用户姓名") |
| | | @TableField("realName") |
| | | private String realName; |
| | | @ApiModelProperty(value = "手动添加订单-用户手机号") |
| | | @ApiModelProperty(value = "用户手机号") |
| | | @TableField("phone") |
| | | private String phone; |
| | | @ApiModelProperty(value = "手动添加订单-用户年龄") |
| | | @ApiModelProperty(value = "用户年龄") |
| | | @TableField("age") |
| | | private Integer age; |
| | | @ApiModelProperty(value = "手动添加订单-用户性别 1男2女") |
| | | @ApiModelProperty(value = "用户性别 1男2女") |
| | | @TableField("gender") |
| | | private Integer gender; |
| | | |
| | | @ApiModelProperty(value = "微信昵称") |
| | | @TableField("name") |
| | | private Integer name; |
| | | @ApiModelProperty(value = "支付方式") |
| | | @TableField("payTypeName") |
| | | private String payTypeName; |
| | | @ApiModelProperty(value = "手续费扣除") |
| | | @TableField("commission") |
| | | private BigDecimal commission; |
| | | @ApiModelProperty(value = "笨蛋毛利") |
| | | @TableField("profitMoney") |
| | | private BigDecimal profitMoney; |
| | | @ApiModelProperty(value = "毛利率") |
| | | @TableField("profitRating") |
| | | private BigDecimal profitRating; |
| | | @ApiModelProperty(value = "验光来源") |
| | | @TableField("profitRating") |
| | | private Integer optometrySource; |
| | | } |
| | |
| | | <result column="userId" property="userId" /> |
| | | <result column="optometryId" property="optometryId" /> |
| | | <result column="storeId" property="storeId" /> |
| | | <result column="modelId" property="modelId" /> |
| | | <result column="color" property="color" /> |
| | | <result column="series" property="series" /> |
| | | <result column="rLens" property="rLens" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, code, userId, optometryId, storeId, modelId, color, series, rLens, lLens, `type`, refractiveIndex, |
| | | id, code, userId, optometryId, storeId, color, series, rLens, lLens, `type`, refractiveIndex, |
| | | createTime, updateTime, createBy, updateBy, isDelete, sysId, couponId, itemsId, remark, isMail, mailName, |
| | | mailPhone, mailAddress, orderMoney, couponMoney, payMoney, isMachining, machiningCode, isAccounting, accountingName, |
| | | accountingTime,brandId,brandName,seriesName,modelName |
| | | </sql> |
| | | <select id="pageList" resultType="com.jilongda.applet.vo.TOrderVO"> |
| | | select t.id, t.code, t.userId, t.optometryId, t.storeId, t.modelId, t.color, t.series, t.rLens, t.lLens, t.`type`, t.refractiveIndex, |
| | | select t.id, t.code, t.userId, t.optometryId, t.storeId, t.color, t.series, t.rLens, t.lLens, t.`type`, t.refractiveIndex, |
| | | t.createTime, t.updateTime, t.createBy, t.updateBy, t.isDelete, t.sysId, t.couponId, t.itemsId, t.remark, t.isMail, t.mailName, |
| | | t.mailPhone, t.mailAddress, t.orderMoney, t.couponMoney, t.payMoney, t.isMachining, t.machiningCode, t.isAccounting, t.accountingName, |
| | | t.accountingTime,t.brandId,t.brandName,t.seriesName,t.modelName,ts.name as storeName |
| | |
| | | PageInfo<TAppUserCouponVO> appUserVOPageInfo = couponReceiveService.pageList(query); |
| | | return ApiResult.success(appUserVOPageInfo); |
| | | } |
| | | |
| | | @ApiOperation(value = "用户信息修改") |
| | | @PostMapping(value = "/updateUser") |
| | | public ApiResult<String> updateUser(@RequestBody TAppUser appUser) { |
| | | appUserService.updateById(appUser); |
| | | return ApiResult.success(); |
| | | } |
| | | |
| | | } |
| | | |
| | |
| | | <result column="userId" property="userId" /> |
| | | <result column="optometryId" property="optometryId" /> |
| | | <result column="storeId" property="storeId" /> |
| | | <result column="modelId" property="modelId" /> |
| | | <result column="color" property="color" /> |
| | | <result column="series" property="series" /> |
| | | <result column="rLens" property="rLens" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, code, userId, optometryId, storeId, modelId, color, series, rLens, lLens, `type`, refractiveIndex, createTime, updateTime, createBy, |
| | | id, code, userId, optometryId, storeId, color, series, rLens, lLens, `type`, refractiveIndex, createTime, updateTime, createBy, |
| | | updateBy, isDelete, sysId, couponId, itemsId, remark, isMail, mailName, mailPhone, mailAddress, orderMoney, couponMoney, payMoney, |
| | | isMachining, machiningCode, isAccounting, accountingName, accountingTime,phone, realName, age, gender,payTypeName |
| | | </sql> |