,bug修改

dev
anthonywj 2 years ago
parent f85520eccf
commit ce0da2cd18

@ -187,7 +187,7 @@ public class ThrProductsController {
udiProductEntity.setMeasname(thrProductsEntity.getMeasname()); udiProductEntity.setMeasname(thrProductsEntity.getMeasname());
if (StrUtil.isNotEmpty(thrProductsEntity.getSpec())) if (StrUtil.isNotEmpty(thrProductsEntity.getSpec()))
udiProductEntity.setGgxh(thrProductsEntity.getSpec()); udiProductEntity.setGgxh(thrProductsEntity.getSpec());
if (StrUtil.isNotEmpty(thrProductsEntity.getStandard())) else if (StrUtil.isNotEmpty(thrProductsEntity.getStandard()))
udiProductEntity.setGgxh(thrProductsEntity.getStandard()); udiProductEntity.setGgxh(thrProductsEntity.getStandard());
if (StrUtil.isNotEmpty(thrProductsEntity.getRegisterNo())) if (StrUtil.isNotEmpty(thrProductsEntity.getRegisterNo()))
udiProductEntity.setZczbhhzbapzbh(thrProductsEntity.getRegisterNo()); udiProductEntity.setZczbhhzbapzbh(thrProductsEntity.getRegisterNo());
@ -211,8 +211,8 @@ public class ThrProductsController {
udiProductEntity.setYlqxzcrbarmc(thrProductsEntity.getYlqxzcrbarmc()); udiProductEntity.setYlqxzcrbarmc(thrProductsEntity.getYlqxzcrbarmc());
if (StrUtil.isNotEmpty(thrProductsEntity.getCpms())) if (StrUtil.isNotEmpty(thrProductsEntity.getCpms()))
udiProductEntity.setCpms(thrProductsEntity.getCpms()); udiProductEntity.setCpms(thrProductsEntity.getCpms());
if (StrUtil.isNotEmpty(thrProductsEntity.getStandard())) // if (StrUtil.isNotEmpty(thrProductsEntity.getStandard()))
udiProductEntity.setGgxh(thrProductsEntity.getStandard()); // udiProductEntity.setGgxh(thrProductsEntity.getStandard());
udiProductService.updateUdiInfo(udiProductEntity); udiProductService.updateUdiInfo(udiProductEntity);
} }

@ -140,7 +140,7 @@ public class IoCodeEntity implements Serializable {
private Date createTime; private Date createTime;
@TableField(exist = false) @TableField(exist = false)
private Integer status; //条码校验状态 private int status; //条码校验状态
@TableField(exist = false) @TableField(exist = false)
private int scanCount; private int scanCount;

@ -137,7 +137,7 @@ public class IoCodeTempEntity {
private Date createTime; private Date createTime;
@TableField(exist = false) @TableField(exist = false)
private Integer status; //条码校验状态 private int status; //条码校验状态
@TableField(exist = false) @TableField(exist = false)
private String mySupId; //更新供应商 private String mySupId; //更新供应商

@ -24,7 +24,7 @@ public class PurOrderDetailEntity {
* ID * ID
*/ */
@TableField(value = "productId") @TableField(value = "productId")
private Integer productId; private Long productId;
/** /**
* *

Loading…
Cancel
Save