参数优化

This commit is contained in:
2025-08-18 14:17:58 +08:00
parent f8453c7d76
commit ca2041fe76
5 changed files with 9 additions and 4 deletions
@@ -125,7 +125,8 @@ class ShelfActivity : BaseActivity() {
goodsName = list[clickIndex].goodsName,
weight = realWeight / 1000.0,
overdueDay = list[clickIndex].overdueDay,
createTime = if (shelfModel?.goodsId == currentGoodsId) null else DateTimeUtil.formatDateTime(dateTime = Date())
// createTime = if (shelfModel?.goodsId == currentGoodsId) null else DateTimeUtil.formatDateTime(dateTime = Date())
createTime = DateTimeUtil.formatDateTime(dateTime = Date())
)
val intent = Intent().apply {
putExtra(SHELF_MODEL, data)