施工日志

施工日志-列表

URl:/app/constructionLog/constructionLogPage
入参:
projectSid 项目ID(必传)
page 当前页(不传传空默认第1页)
size 当前页条数(不传传空默认10条)
state 状态 (0 待发送 3已发送 空值默认全部)
返参示例:
{
“data”: {
“constructionLogPage”: {
“firstPage”: true,
“firstResult”: 0,
“hasNextPage”: false,
“hasPreviousPage”: false,
“lastPage”: true,
“lastPageNumber”: 1,
“linkPageNumbers”: [
1
],
“nextPageNumber”: 2,
“pageSize”: 10,
“previousPageNumber”: 0,
“result”: [
{
“constructionLogSid”: “c8b66d138bd84fd787afb00e90d04fd1”,
“createTime”: 1616570051000,
“creator”: “五星电气管理员”,
“projectCode”: “XJ-202103001”,
“projectName”: “mrx测试项目2021-3-2”,
“state”: “3”
}
],
“sortColumns”: null,
“thisPageFirstElementNumber”: 1,
“thisPageLastElementNumber”: 1,
“thisPageNumber”: 1,
“totalCount”: 1
},
“projectSid”: “fe5a313532a44d9095aa4f15a9076fa1”,
“title”: “施工日志-列表”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String constructionLogSid //主键ID
Date createTime //创建时间
String creator //创建人
projectCode //项目编码
projectName //项目名称
state //状态
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/constructionLog/constructionLogPage?projectSid=fe5a313532a44d9095aa4f15a9076fa1&state=3

施工日志-列表数量

URl:/app/constructionLog/constructionLogNum
入参:
projectSid 项目ID(必传)
返参示例:
{
“data”: {
“constructionLogNum”: [
{
“name”: “待发送”,
“num”: 0,
“state”: “0”
},
{
“name”: “待发送”,
“num”: 1,
“state”: “3”
}
],
“projectSid”: “fe5a313532a44d9095aa4f15a9076fa1”,
“title”: “施工日志-列表-上显数据”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String name //名称
Integer num //数量
String state //状态
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/constructionLog/constructionLogNum?projectSid=fe5a313532a44d9095aa4f15a9076fa1

施工日志-详情

URl:/app/constructionLog/constructionLogInfo
入参:
projectSid 项目ID(必传)
sid 日志ID(必传,即【施工日志-列表】constructionLogSid字段)
返参示例:
{
“data”: {
“attachfiles”: [],
“constructionLog”: {
“allReaderSid”: null,
“constructionLogCode”: null,
“constructionLogDate”: null,
“constructionLogSid”: “c8b66d138bd84fd787afb00e90d04fd1”,
“constructionPersonnelDynamic”: “11111”,
“constructionPositionAndProgress”: “55555”,
“constructionSite”: null,
“coordinationContentOrOthers”: “88888”,
“createTime”: 1616570051000,
“creator”: “五星电气管理员”,
“creatorSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“forensicsWitness”: “33333”,
“inspectionProblemsAndTreatment”: “77777”,
“materialEntry”: “22222”,
“meteorological”: “99999”,
“notifierName”: “五星电气管理员、测试账号01、测试账号02、郝超超、徐可心”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin,2a666fd8e8e548e2ab3ccd4fbdcc55a4,8ece39bafbbe46428da71c02cccdc13d,996826c1fc8c4203a3c795f0349d4da5,43c02268c3724c21976de8a3878202e0”,
“problemsFoundDuringInspection”: “66666”,
“projectCode”: “XJ-202103001”,
“projectName”: “mrx测试项目2021-3-2”,
“projectSid”: “fe5a313532a44d9095aa4f15a9076fa1”,
“qualification”: “44444”,
“regmSid”: “78067e831d0d42ee95945cf518dacef5”,
“state”: “3”,
“updateTime”: 1616661921000,
“updater”: “五星电气管理员”,
“updaterSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“xpmobsSid”: “78067e831d0d42ee95945cf518dacef5”
},
“projectSid”: “fe5a313532a44d9095aa4f15a9076fa1”,
“result”: “success”,
“title”: “施工日志-详情”,
“xpmProject”: {
“deptName”: “五星电气”,
“deptSid”: “78067e831d0d42ee95945cf518dacef5”,
“humanName”: “五星电气管理员”,
“humanSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“projectCode”: “XJ-202103001”,
“projectName”: “mrx测试项目2021-3-2”
}
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
attachfiles:
String attachSid; //附件id
String ywSid; //业务id
String ywType; //业务类型
String registerhumanSid; // 录入人id
String registerhuman; // 录入人名
Date registerDate; // 录入时间
String attachUrl; // 文件路径
String attachName; // 文件真实名称(文件原名称)
String attachAlixName; //文件别名(服务器端文件名称)
String attachSuffix; //文件后缀
String filesize; //文件大小(字节)
String regmSid; // 组织id
String xpmobsSid; // 企业id
String docManagementSid; // 归档节点
String proSid; // 归档节点
String sourceSid;
String copySid;//文档管理用到文件复制 ,该ID记录此条记录复制的哪一条记录。
String menuSid;//文件上传时所属菜单id
constructionLog:
String constructionLogSid;//主键
String constructionLogCode;//施工日志编号
String projectSid;//项目主键
Date constructionLogDate;//日期
String constructionSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String constructionPersonnelDynamic;// 施工方人员动态(最多200字)
String materialEntry;// 材料进场(最多200字)
String forensicsWitness;// 取证见证(最多200字)
String qualification;// 合格情况(最多200字)
String constructionPositionAndProgress;// 施工部位、进度情况(最多300字)
String problemsFoundDuringInspection;// 检查发现的问题(最多300字)
String inspectionProblemsAndTreatment;// 检查问题及处理
String coordinationContentOrOthers;// 处理措施、意见、结果(最多300字)
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/constructionLog/constructionLogInfo?projectSid=fe5a313532a44d9095aa4f15a9076fa1&sid=c8b66d138bd84fd787afb00e90d04fd1

施工日志-新增初始化

URl:/app/constructionLog/constructionLogInit
入参:
projectSid 项目ID(必传)
返参示例:
{
“data”: {
“constructionLog”: {
“allReaderSid”: null,
“constructionLogCode”: “1616747450844”,
“constructionLogDate”: 1616747450844,
“constructionLogSid”: “eaaecc52ead146e480f2fc10e176ee81”,
“constructionPersonnelDynamic”: null,
“constructionPositionAndProgress”: null,
“constructionSite”: null,
“coordinationContentOrOthers”: null,
“createTime”: 1616747450844,
“creator”: “五星电气管理员”,
“creatorSid”: null,
“forensicsWitness”: null,
“inspectionProblemsAndTreatment”: null,
“materialEntry”: null,
“meteorological”: null,
“notifierName”: “五星电气管理员、测试账号01、测试账号02、郝超超、徐可心”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin,2a666fd8e8e548e2ab3ccd4fbdcc55a4,8ece39bafbbe46428da71c02cccdc13d,996826c1fc8c4203a3c795f0349d4da5,43c02268c3724c21976de8a3878202e0”,
“problemsFoundDuringInspection”: null,
“projectCode”: “XJ-202103001”,
“projectName”: “mrx测试项目2021-3-2”,
“projectSid”: “fe5a313532a44d9095aa4f15a9076fa1”,
“qualification”: null,
“regmSid”: null,
“state”: null,
“updateTime”: null,
“updater”: null,
“updaterSid”: null,
“xpmobsSid”: null
},
“title”: “施工日志-信息初始化”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String constructionLogSid;//主键
String constructionLogCode;//施工日志编号
String projectSid;//项目主键
Date constructionLogDate;//日期
String constructionSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String constructionPersonnelDynamic;// 施工方人员动态(最多200字)
String materialEntry;// 材料进场(最多200字)
String forensicsWitness;// 取证见证(最多200字)
String qualification;// 合格情况(最多200字)
String constructionPositionAndProgress;// 施工部位、进度情况(最多300字)
String problemsFoundDuringInspection;// 检查发现的问题(最多300字)
String inspectionProblemsAndTreatment;// 检查问题及处理
String coordinationContentOrOthers;// 处理措施、意见、结果(最多300字)
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/constructionLog/constructionLogInit?projectSid=fe5a313532a44d9095aa4f15a9076fa1

施工日志-保存&修改

URl:/app/constructionLog/saveOrUpdate
入参:
model //实体Json(其中,notifierName,notifierSid,constructionLogSid,projectSid 必传)
{“notifierName”:”五星电气管理员”,”meteorological”:”2342342”,”notifierSid”:”78067e831d0d42ee95945cf518dacef5_admin”,”constructionLogSid”:”ca941fc8bf724e39ab873cb36d40d4f8”,”projectSid”:”ee136ef7b5bd4e4fb1e84be827d42d82”,”constructionPersonnelDynamic”:””,”materialEntry”:””,”forensicsWitness”:””,”qualification”:””,”constructionPositionAndProgress”:””,”problemsFoundDuringInspection”:””,”inspectionProblemsAndTreatment”:””,”coordinationContentOrOthers”:””}
state //状态(必传 0待发送 3已发送)
返参示例:
{
“data”: {
“model”: {
“allReaderSid”: null,
“constructionLogCode”: null,
“constructionLogDate”: null,
“constructionLogSid”: “ca941fc8bf724e39ab873cb36d40d4f8”,
“constructionPersonnelDynamic”: “”,
“constructionPositionAndProgress”: “”,
“constructionSite”: null,
“coordinationContentOrOthers”: “”,
“createTime”: 1616747696000,
“creator”: “五星电气管理员”,
“creatorSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“forensicsWitness”: “”,
“inspectionProblemsAndTreatment”: “”,
“materialEntry”: “”,
“meteorological”: “2342342”,
“notifierName”: “五星电气管理员”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“problemsFoundDuringInspection”: “”,
“projectCode”: “XJ-202103008”,
“projectName”: “测试项目002”,
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“qualification”: “”,
“regmSid”: “78067e831d0d42ee95945cf518dacef5”,
“state”: “0”,
“updateTime”: 1616747804483,
“updater”: “五星电气管理员”,
“updaterSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“xpmobsSid”: “78067e831d0d42ee95945cf518dacef5”
}
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String constructionLogSid;//主键
String constructionLogCode;//施工日志编号
String projectSid;//项目主键
Date constructionLogDate;//日期
String constructionSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String constructionPersonnelDynamic;// 施工方人员动态(最多200字)
String materialEntry;// 材料进场(最多200字)
String forensicsWitness;// 取证见证(最多200字)
String qualification;// 合格情况(最多200字)
String constructionPositionAndProgress;// 施工部位、进度情况(最多300字)
String problemsFoundDuringInspection;// 检查发现的问题(最多300字)
String inspectionProblemsAndTreatment;// 检查问题及处理
String coordinationContentOrOthers;// 处理措施、意见、结果(最多300字)
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/constructionLog/saveOrUpdate?model={“notifierName”:”五星电气管理员”,”meteorological”:”2342342”,”notifierSid”:”78067e831d0d42ee95945cf518dacef5_admin”,”constructionLogSid”:”ca941fc8bf724e39ab873cb36d40d4f8”,”projectSid”:”ee136ef7b5bd4e4fb1e84be827d42d82”,”constructionPersonnelDynamic”:””,”materialEntry”:””,”forensicsWitness”:””,”qualification”:””,”constructionPositionAndProgress”:””,”problemsFoundDuringInspection”:””,”inspectionProblemsAndTreatment”:””,”coordinationContentOrOthers”:””}&state=0

监理日志

监理日志-列表

URl:/app/supervisorLog/supervisorLogPage
入参:
projectSid 项目ID(必传)
page 当前页(不传传空默认第1页)
size 当前页条数(不传传空默认10条)
state 状态 (0 待发送 3已发送 空值默认全部)
返参示例:
{
“data”: {
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“supervisorLogPage”: {
“firstPage”: true,
“firstResult”: 0,
“hasNextPage”: false,
“hasPreviousPage”: false,
“lastPage”: true,
“lastPageNumber”: 1,
“linkPageNumbers”: [
1
],
“nextPageNumber”: 2,
“pageSize”: 10,
“previousPageNumber”: 0,
“result”: [
{
“createTime”: 1616666630000,
“creator”: “五星电气管理员”,
“projectCode”: “XJ-202103008”,
“projectName”: “项目测试002”,
“state”: “3”,
“supervisorLogSid”: “629a7f94edaf43cf9dc2d984d2b22920”
}
],
“sortColumns”: null,
“thisPageFirstElementNumber”: 1,
“thisPageLastElementNumber”: 1,
“thisPageNumber”: 1,
“totalCount”: 1
},
“title”: “监理日志-列表”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String supervisorLogSid //主键ID
Date createTime //创建时间
String creator //创建人
projectCode //项目编码
projectName //项目名称
state //状态
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/supervisorLog/supervisorLogPage?projectSid=ee136ef7b5bd4e4fb1e84be827d42d82&state=3

监理日志-列表数量

URl:/app/supervisorLog/supervisorLogNum
入参:
projectSid 项目ID(必传)
返参示例:
{
“data”: {
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“supervisorLogNum”: [
{
“name”: “待发送”,
“num”: 0,
“state”: “0”
},
{
“name”: “待发送”,
“num”: 1,
“state”: “3”
}
],
“title”: “监理日志-列表-上显数据”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String name //名称
Integer num //数量
String state //状态
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/supervisorLog/supervisorLogNum?projectSid=ee136ef7b5bd4e4fb1e84be827d42d82&state=3

监理日志-详情

URl:/app/supervisorLog/supervisorLogInfo
入参:
projectSid 项目ID(必传)
sid 日志ID(必传,即【监理日志-列表】supervisorLogSid字段)
返参示例:
{
“data”: {
“attachfiles”: [],
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“result”: “success”,
“supervisorLog”: {
“allReaderSid”: null,
“construction”: “6666666”,
“coordinateOthers”: “999999”,
“createTime”: 1616666630000,
“creator”: “五星电气管理员”,
“creatorSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“forensicsWitness”: “4444444”,
“materialEntry”: “3333333”,
“meteorological”: “00006”,
“notifierName”: “五星电气管理员、测试账号02”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin,8ece39bafbbe46428da71c02cccdc13d”,
“problemDeal”: “8888888”,
“projectCode”: “XJ-202103008”,
“projectName”: “项目测试002”,
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“qualification”: “5555555”,
“regmSid”: “78067e831d0d42ee95945cf518dacef5”,
“state”: “3”,
“supervision”: “7777777”,
“supervisorInformationDynamics”: “1111111”,
“supervisorLogCode”: null,
“supervisorLogDate”: 1616601600000,
“supervisorLogSid”: “629a7f94edaf43cf9dc2d984d2b22920”,
“supervisorPartyDynamics”: “22222”,
“supervisorSite”: null,
“updateTime”: 1616673782000,
“updater”: “五星电气管理员”,
“updaterSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“xpmobsSid”: “78067e831d0d42ee95945cf518dacef5”
},
“title”: “监理日志-详情”,
“xpmProject”: {
“deptName”: “五星电气”,
“deptSid”: “78067e831d0d42ee95945cf518dacef5”,
“humanName”: “五星电气管理员”,
“humanSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“projectCode”: “XJ-202103008”,
“projectName”: “项目测试002”
}
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
attachfiles:
String attachSid; //附件id
String ywSid; //业务id
String ywType; //业务类型
String registerhumanSid; // 录入人id
String registerhuman; // 录入人名
Date registerDate; // 录入时间
String attachUrl; // 文件路径
String attachName; // 文件真实名称(文件原名称)
String attachAlixName; //文件别名(服务器端文件名称)
String attachSuffix; //文件后缀
String filesize; //文件大小(字节)
String regmSid; // 组织id
String xpmobsSid; // 企业id
String docManagementSid; // 归档节点
String proSid; // 归档节点
String sourceSid;
String copySid;//文档管理用到文件复制 ,该ID记录此条记录复制的哪一条记录。
String menuSid;//文件上传时所属菜单id
supervisorLog:
String supervisorLogSid;//主键
String supervisorLogCode;//施工日志编号
String projectSid;//项目主键
Date supervisorLogDate;//日期
String supervisorSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String supervisorInformationDynamics;// 监理人员动态
String supervisorPartyDynamics;// 施工方人员动态
String materialEntry;// 材料进场
String forensicsWitness;// 取证见证
String qualification;// 合格情况
String construction;// 施工情况
String supervision;// 监理工作情况
String problemDeal;// 检查问题及处理
String coordinateOthers;// 协调内容或其他
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/supervisorLog/supervisorLogInfo?projectSid=ee136ef7b5bd4e4fb1e84be827d42d82&sid=629a7f94edaf43cf9dc2d984d2b22920

监理日志-新增初始化

URl:/app/supervisorLog/supervisorLogInit
入参:
projectSid 项目ID(必传)
返参示例:
{
“data”: {
“supervisorLog”: {
“allReaderSid”: null,
“construction”: null,
“coordinateOthers”: null,
“createTime”: 1616750316820,
“creator”: “五星电气管理员”,
“creatorSid”: null,
“forensicsWitness”: null,
“materialEntry”: null,
“meteorological”: null,
“notifierName”: “五星电气管理员、测试账号02”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin,8ece39bafbbe46428da71c02cccdc13d”,
“problemDeal”: null,
“projectCode”: “XJ-202103008”,
“projectName”: “项目测试002”,
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“qualification”: null,
“regmSid”: null,
“state”: null,
“supervision”: null,
“supervisorInformationDynamics”: null,
“supervisorLogCode”: “1616750316820”,
“supervisorLogDate”: 1616750316820,
“supervisorLogSid”: “874e43ac35f94ea29b3ae8b0eece4766”,
“supervisorPartyDynamics”: null,
“supervisorSite”: null,
“updateTime”: null,
“updater”: null,
“updaterSid”: null,
“xpmobsSid”: null
},
“title”: “监理日志-信息初始化”
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String supervisorLogSid;//主键
String supervisorLogCode;//施工日志编号
String projectSid;//项目主键
Date supervisorLogDate;//日期
String supervisorSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String supervisorInformationDynamics;// 监理人员动态
String supervisorPartyDynamics;// 施工方人员动态
String materialEntry;// 材料进场
String forensicsWitness;// 取证见证
String qualification;// 合格情况
String construction;// 施工情况
String supervision;// 监理工作情况
String problemDeal;// 检查问题及处理
String coordinateOthers;// 协调内容或其他
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/supervisorLog/supervisorLogInit?projectSid=ee136ef7b5bd4e4fb1e84be827d42d82

监理日志-保存&修改

URl:/app/supervisorLog/saveOrUpdate
入参:
model //实体Json(其中,notifierName,notifierSid,supervisorLogSid,projectSid 必传)
{“notifierName”:”五星电气管理员、测试账号02”,”meteorological”:”66度”,”notifierSid”:”78067e831d0d42ee95945cf518dacef5_admin,8ece39bafbbe46428da71c02cccdc13d”,”supervisorLogSid”:”2ba810f60fec4007807ad41128048d15”,”projectSid”:”ee136ef7b5bd4e4fb1e84be827d42d82”,”supervisorInformationDynamics”:”22222”,”supervisorPartyDynamics”:”33333”,”materialEntry”:”44444”,”forensicsWitness”:”55555”,”qualification”:”66666”,”construction”:”77777”,”supervision”:”88888”,”problemDeal”:”99999”,”coordinateOthers”:”101010”}
state //状态(必传 0待发送 3已发送)
返参示例:
{
“data”: {
“model”: {
“allReaderSid”: null,
“construction”: “77777”,
“coordinateOthers”: “101010”,
“createTime”: 1616749710000,
“creator”: “五星电气管理员”,
“creatorSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“forensicsWitness”: “55555”,
“materialEntry”: “44444”,
“meteorological”: “66度”,
“notifierName”: “五星电气管理员、测试账号02”,
“notifierSid”: “78067e831d0d42ee95945cf518dacef5_admin,8ece39bafbbe46428da71c02cccdc13d”,
“problemDeal”: “99999”,
“projectCode”: “XJ-202103008”,
“projectName”: “测试项目002”,
“projectSid”: “ee136ef7b5bd4e4fb1e84be827d42d82”,
“qualification”: “66666”,
“regmSid”: “78067e831d0d42ee95945cf518dacef5”,
“state”: “0”,
“supervision”: “88888”,
“supervisorInformationDynamics”: “22222”,
“supervisorLogCode”: null,
“supervisorLogDate”: null,
“supervisorLogSid”: “2ba810f60fec4007807ad41128048d15”,
“supervisorPartyDynamics”: “33333”,
“supervisorSite”: null,
“updateTime”: 1616749772472,
“updater”: “五星电气管理员”,
“updaterSid”: “78067e831d0d42ee95945cf518dacef5_admin”,
“xpmobsSid”: “78067e831d0d42ee95945cf518dacef5”
}
},
“errorCode”: “”,
“errorMsg”: “”,
“msg”: “”,
“success”: true
}
字段说明:
String supervisorLogSid;//主键
String supervisorLogCode;//施工日志编号
String projectSid;//项目主键
Date supervisorLogDate;//日期
String supervisorSite;//施工部位
String allReaderSid;//全部已读人主键
String notifierSid;//抄送人主键(,)分割
String notifierName;//抄送人名称(、)分割
String meteorological;//气象、平均温度
String supervisorInformationDynamics;// 监理人员动态
String supervisorPartyDynamics;// 施工方人员动态
String materialEntry;// 材料进场
String forensicsWitness;// 取证见证
String qualification;// 合格情况
String construction;// 施工情况
String supervision;// 监理工作情况
String problemDeal;// 检查问题及处理
String coordinateOthers;// 协调内容或其他
String state;//状态
String creator;//创建人
String creatorSid;//创建人Sid
Date createTime;//创建时间
String updater;//更新人
String updaterSid;//更新Sid
Date updateTime;//更新时间
String xpmobsSid;//分公司主键
String regmSid;//集团主键
String projectCode;//项目编码
String projectName;//项目名称
测试URL:
http://localhost:8080/project_xpmPlusGdgj_war_exploded/app/supervisorLog/saveOrUpdate?model={“notifierName”:”五星电气管理员、测试账号02”,”meteorological”:”66度”,”notifierSid”:”78067e831d0d42ee95945cf518dacef5_admin,8ece39bafbbe46428da71c02cccdc13d”,”supervisorLogSid”:”2ba810f60fec4007807ad41128048d15”,”projectSid”:”ee136ef7b5bd4e4fb1e84be827d42d82”,”supervisorInformationDynamics”:”22222”,”supervisorPartyDynamics”:”33333”,”materialEntry”:”44444”,”forensicsWitness”:”55555”,”qualification”:”66666”,”construction”:”77777”,”supervision”:”88888”,”problemDeal”:”99999”,”coordinateOthers”:”101010”}&state=0