|
@@ -47,6 +47,10 @@ func UpdateImage(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
if !found {
|
|
|
return nil, NewError("未找到数据")
|
|
|
}
|
|
|
+
|
|
|
+ if matImage.RawImage == nil {
|
|
|
+ return repo.RepoUpdateSetDoc(apictx.CreateRepoCtx(), repo.CollectionMatImages, matImage.Id.Hex(), &matImage)
|
|
|
+ }
|
|
|
|
|
|
if searchMat.RawImage.Url != matImage.RawImage.Url {
|
|
|
|