Compare commits
No commits in common. "a0a0ce7f28e2317fbf5d5e3939a645e14d1f34bd" and "ecbf580e801ad4958db9be0ebbd7786fee2a4063" have entirely different histories.
a0a0ce7f28
...
ecbf580e80
|
|
@ -96,20 +96,9 @@ public class PurchaseMacodeInfo extends BaseEntity
|
|||
this.checkUrl = checkUrl;
|
||||
}
|
||||
|
||||
public String getCheckUrlName() {
|
||||
return checkUrlName;
|
||||
}
|
||||
|
||||
public void setCheckUrlName(String checkUrlName) {
|
||||
this.checkUrlName = checkUrlName;
|
||||
}
|
||||
|
||||
/** 验收材料 */
|
||||
@ApiModelProperty(value = "验收材料")
|
||||
private String checkUrl;
|
||||
/** 验收材料名称 */
|
||||
@ApiModelProperty(value = "验收材料名称")
|
||||
private String checkUrlName;
|
||||
|
||||
/** 验收数量 */
|
||||
@ApiModelProperty(value = "绑定数量")
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</select>
|
||||
|
||||
<select id="selectPutinDetails" resultType="com.bonus.sgzb.material.domain.PurchaseMacodeInfo">
|
||||
select pcd.production_time productionTime,
|
||||
select pcd.production_time productionTime,
|
||||
mt.type_name specificationType,
|
||||
mt1.type_name typeName,
|
||||
pmi.ma_code maCode,
|
||||
|
|
@ -375,7 +375,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
pmi.fix_code fixCode,
|
||||
pcd.type_id typeId,
|
||||
pcd.task_id taskId,
|
||||
pcd.check_url_name checkUrlName,
|
||||
pcd.check_url checkUrl,
|
||||
tt.task_status taskStatus,
|
||||
mt.code specsCode,
|
||||
|
|
|
|||
Loading…
Reference in New Issue