作者 yangfu

自查模板修改

... ... @@ -286,10 +286,10 @@ func GetCheckQuestionsByChanceId(header *protocol.RequestHeader, id int64) (rsp
if len(chance.SelfChecks) == 0 {
return
}
//if chance.ReviewStatus==protocol.ReviewStatusPass{
// log.Warn("机会已审核通过不可编辑自查数据:",chance.Id)
// return
//}
if chance.ReviewStatus == protocol.ReviewStatusPass {
log.Warn("机会已审核通过不可编辑自查数据:", chance.Id)
return
}
if e := json.Unmarshal([]byte(chance.SelfChecks), &selfChecks); e != nil {
log.Error(e)
return
... ...