update test.tsl
This commit is contained in:
parent
a22fc815ec
commit
9b83e6e07c
|
|
@ -81,7 +81,7 @@ b := array((1, 2), (3, 4));
|
||||||
|
|
||||||
sql += "update ts_xbcheck result set isvalid = "$status$remark$" where checkid in ('"$array2str
|
sql += "update ts_xbcheck result set isvalid = "$status$remark$" where checkid in ('"$array2str
|
||||||
(checkid[(i-1)*len:], "','")$"');\r\n"
|
(checkid[(i-1)*len:], "','")$"');\r\n"
|
||||||
sql +=
|
sql += 123;
|
||||||
|
|
||||||
// tsl-web块
|
// tsl-web块
|
||||||
<?tslx>
|
<?tslx>
|
||||||
|
|
@ -91,6 +91,8 @@ sql +=
|
||||||
<?tsl write("TSL Script");?>
|
<?tsl write("TSL Script");?>
|
||||||
</p>
|
</p>
|
||||||
</Body>
|
</Body>
|
||||||
|
<?= "aaa", Date() ?>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
<?tsl
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue