Commit b7d8396f authored by Him188's avatar Him188

Add default value =0 for `fieldId`

parent 8ad087c4
...@@ -165,7 +165,7 @@ data class NotOnlineImageFromFile( ...@@ -165,7 +165,7 @@ data class NotOnlineImageFromFile(
override val bizType: Int = 0, override val bizType: Int = 0,
override val imageType: Int = 1000, override val imageType: Int = 1000,
override val downloadPath: String = resourceId, override val downloadPath: String = resourceId,
override val fileId: Int override val fileId: Int = 0
) : NotOnlineImage() { ) : NotOnlineImage() {
override fun equals(other: Any?): Boolean { override fun equals(other: Any?): Boolean {
if (this === other) return true if (this === other) return true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment