Commit 62f73930 authored by christ's avatar christ

picinfog

parent efdea59b
...@@ -384,7 +384,7 @@ class RefundReturnModel extends \DAO\AbstractModel ...@@ -384,7 +384,7 @@ class RefundReturnModel extends \DAO\AbstractModel
if ($pics) { if ($pics) {
foreach ($pics as $pic) { foreach ($pics as $pic) {
$readFile = \Our\Common::getStaticFile($pic, ImageConst::refund); $readFile = \Our\Common::getStaticFile($pic, ImageConst::refund);
$readFile.=ImageConst::ninTyPath; //$readFile.=ImageConst::ninTyPath;
array_push($picsRes, $readFile); array_push($picsRes, $readFile);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment