出厂日期类型修改
This commit is contained in:
parent
d584ee299d
commit
fc272a7cfa
|
|
@ -39,7 +39,7 @@ public class PurchaseVo {
|
||||||
|
|
||||||
@ApiModelProperty(value="出厂日期")
|
@ApiModelProperty(value="出厂日期")
|
||||||
@JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
@JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
||||||
private Date productDate;
|
private String productDate;
|
||||||
|
|
||||||
@ApiModelProperty(value="到货时间")
|
@ApiModelProperty(value="到货时间")
|
||||||
@JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
@JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
pcd.type_id as typeId,
|
pcd.type_id as typeId,
|
||||||
mt.unit_name AS unitName,
|
mt.unit_name AS unitName,
|
||||||
ms.supplier AS supplierName,
|
ms.supplier AS supplierName,
|
||||||
|
pcd.production_time AS productDate,
|
||||||
mt.manage_type AS manageType,
|
mt.manage_type AS manageType,
|
||||||
pcd.`status` ,
|
pcd.`status` ,
|
||||||
pm.ma_code AS maCode,
|
pm.ma_code AS maCode,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue