This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
MSI\derek
1 month ago
parent
5654613d0c
commit
81072584f9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/ffii/fpsms/m18/service/M18TokenService.kt
+1
-1
src/main/java/com/ffii/fpsms/modules/master/entity/Items.kt
+ 1
- 1
src/main/java/com/ffii/fpsms/m18/service/M18TokenService.kt
View File
@@ -15,7 +15,7 @@ open class M18TokenService(
private val m18Config: M18Config
) {
@
Bean
@
PostConstruct
fun run() {
// val params: MutableMap<String, String> = mutableMapOf(
// "grant_type" to m18Config.GRANT_TYPE,
+ 1
- 1
src/main/java/com/ffii/fpsms/modules/master/entity/Items.kt
View File
@@ -53,5 +53,5 @@ open class Items : BaseEntity<Long>() {
@JsonManagedReference
@OneToOne(mappedBy = "item", cascade = [CascadeType.ALL], orphanRemoval = true)
open var bom: Bom
= Bom()
open var bom: Bom
? = null
}
Write
Preview
Loading…
Cancel
Save