bug
This commit is contained in:
parent
cfec1751bb
commit
519848f5bb
@ -195,6 +195,7 @@ public class BackendSourceController extends BaseController {
|
|||||||
editSource.setSourceStyle(sort);
|
editSource.setSourceStyle(sort);
|
||||||
editSource.setIsMenu(isMenu);
|
editSource.setIsMenu(isMenu);
|
||||||
editSource.setSourceCode(editSource.getPath());
|
editSource.setSourceCode(editSource.getPath());
|
||||||
|
editSource.setMerchantId(Integer.valueOf(param.get("merchantId").toString()));
|
||||||
|
|
||||||
String eName = "";
|
String eName = "";
|
||||||
String[] paths = path.split("/");
|
String[] paths = path.split("/");
|
||||||
|
Loading…
Reference in New Issue
Block a user