|
@@ -74,6 +74,16 @@ namespace MySystem.Controllers
|
|
|
return PublicImportDataService.Instance.LkbSetFee("00000302QRNL20019214", 0.63M, 300);
|
|
|
}
|
|
|
|
|
|
+ public string testJk()
|
|
|
+ {
|
|
|
+ string content = function.ReadInstance("jk0.txt");
|
|
|
+ string[] SnNos = content.Split('\n');
|
|
|
+ foreach(string SnNo in SnNos)
|
|
|
+ {
|
|
|
+ PublicImportDataService.Instance.LkbSetDeposit(SnNo, 0);
|
|
|
+ }
|
|
|
+ return "ok";
|
|
|
+ }
|
|
|
|
|
|
|
|
|
}
|